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>
pull/3807/head
Dimitri Savineau 2019-05-02 09:57:19 -04:00 committed by Dimitri Savineau
parent 1999cf3d19
commit ae266c6f2b
2 changed files with 0 additions and 5 deletions

View File

@ -48,16 +48,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

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