Fix ceph role with ansible < 2.4

The include_tasks action was added in ansible 2.4.

Change-Id: Ieac4a39a95c6aa55754c9dde5e94fb293c103caa
Related-Bug: #1783456
This commit is contained in:
Mark Goddard 2018-07-25 20:57:23 +01:00
parent 6c75aedac3
commit 07b64dedc1
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@
- "{{ ceph_rgw_container_envs.results }}"
- "{{ ceph_rgw_check_results.results }}"
- include_tasks: start_rgw_keystone.yml
- include: start_rgw_keystone.yml
when:
- ceph_rgw_container_envs.results
- enable_ceph_rgw_keystone | bool