Merge "use include_tasks instead of include"

This commit is contained in:
Zuul 2018-09-09 08:32:35 +00:00 committed by Gerrit Code Review
commit c04a54f8fa
1 changed files with 3 additions and 3 deletions

View File

@ -36,13 +36,13 @@
- "'idempotence' not in lookup('env', 'ANSIBLE_LOG_PATH')"
# Prepare the user ssh keys
- include: common/test-prepare-keys.yml
- import_playbook: common/test-prepare-keys.yml
# Set nodepool variables when running in the OpenStack CI environment
- include: common/setting-nodepool-variables.yml
- import_playbook: common/setting-nodepool-variables.yml
# Execute the role
- include: common/test-install-openstack-hosts.yml
- import_playbook: common/test-install-openstack-hosts.yml
- name: Playbook for role testing
hosts: localhost