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:
parent
6c75aedac3
commit
07b64dedc1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user