Skip to content

Commit

Permalink
Merge "use include_tasks instead of include"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and openstack-gerrit committed Sep 8, 2018
2 parents 3cea6b1 + cfb687a commit db07e45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
hosts: hosts:!fake_hosts
gather_facts: yes

- include: common/test-setup-host.yml
- import_playbook: common/test-setup-host.yml

- include: test-config_template.yml
- import_playbook: test-config_template.yml

- include: test-filters.yml
- import_playbook: test-filters.yml

- include: test-lookups.yml
- import_playbook: test-lookups.yml

- include: test-strategy-tagfilter.yml
- import_playbook: test-strategy-tagfilter.yml

- include: test-connection-plugin.yml
- import_playbook: test-connection-plugin.yml

0 comments on commit db07e45

Please sign in to comment.