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
Dimitri Savineau 2019-05-02 09:57:19 -04:00 committed by Dimitri Savineau
parent 2eb7642ad3
commit 4752327340
2 changed files with 0 additions and 5 deletions

View File

@ -51,16 +51,12 @@
when:
- lvm_volumes|length > 0
- 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
include_tasks: scenarios/lvm-batch.yml
when:
- devices|length > 0
- 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
include_tasks: start_osds.yml

View File

@ -165,7 +165,6 @@
name: ceph-container-common
- import_role:
name: ceph-config
private: fals
tags: ['ceph_update_config']
- import_role:
name: ceph-mgr