--- - name: Deploy Wordpress sites include_tasks: wordpress.yml loop: "{{ sites }}" when: item.type == "wordpress" tags: wordpress - name: Deploy Drupal sites include_tasks: drupal.yml loop: "{{ sites }}" when: item.type == "drupal" tags: drupal