mirror of https://github.com/ceph/ceph-ansible.git
ansible: remove private and static attribute
This will be removed in ansible 2.8 and breaks the playbook execution
with this release.
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit ae266c6f2b
)
pull/3895/head
v4.0.0rc5
parent
2eb7642ad3
commit
4752327340
|
@ -51,16 +51,12 @@
|
||||||
when:
|
when:
|
||||||
- lvm_volumes|length > 0
|
- lvm_volumes|length > 0
|
||||||
- not rolling_update|default(False)
|
- not rolling_update|default(False)
|
||||||
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
||||||
static: False
|
|
||||||
|
|
||||||
- name: include_tasks scenarios/lvm-batch.yml
|
- name: include_tasks scenarios/lvm-batch.yml
|
||||||
include_tasks: scenarios/lvm-batch.yml
|
include_tasks: scenarios/lvm-batch.yml
|
||||||
when:
|
when:
|
||||||
- devices|length > 0
|
- devices|length > 0
|
||||||
- not rolling_update|default(False)
|
- not rolling_update|default(False)
|
||||||
# Hard code this so we will skip the entire file instead of individual tasks (Default isn't Consistent)
|
|
||||||
static: False
|
|
||||||
|
|
||||||
- name: include_tasks start_osds.yml
|
- name: include_tasks start_osds.yml
|
||||||
include_tasks: start_osds.yml
|
include_tasks: start_osds.yml
|
||||||
|
|
|
@ -165,7 +165,6 @@
|
||||||
name: ceph-container-common
|
name: ceph-container-common
|
||||||
- import_role:
|
- import_role:
|
||||||
name: ceph-config
|
name: ceph-config
|
||||||
private: fals
|
|
||||||
tags: ['ceph_update_config']
|
tags: ['ceph_update_config']
|
||||||
- import_role:
|
- import_role:
|
||||||
name: ceph-mgr
|
name: ceph-mgr
|
||||||
|
|
Loading…
Reference in New Issue