Remove the static when use include_tasks feature

Change-Id: Ia6dbf68a05c2a0f4d7f1b6f868555818da373833
This commit is contained in:
zhulingjie 2018-09-01 22:31:07 -04:00
parent bb4ec099f6
commit 827c8ac1de
3 changed files with 0 additions and 8 deletions

View File

@ -164,7 +164,6 @@
when:
- ceph_in_extra_auth_group is defined
- ceph_in_extra_auth_group | bool
static: no
- name: Detect extra nova uuid secret
set_fact:
@ -178,4 +177,3 @@
when:
- ceph_extra_nova_uuid is defined
- ceph_extra_nova_uuid | bool
static: no

View File

@ -64,4 +64,3 @@
when:
- ceph_in_extra_config_group is defined
- ceph_in_extra_config_group | bool
static: no

View File

@ -33,7 +33,6 @@
- ceph-install
- include_tasks: ceph_install.yml
static: no
when:
- ceph_mons != []
- ceph_mons | list == ceph_mons
@ -41,7 +40,6 @@
- ceph-install
- include_tasks: ceph_install_python_libs.yml
static: no
when:
- ceph_mons != []
- ceph_mons | list == ceph_mons
@ -50,7 +48,6 @@
- ceph-install
- include_tasks: ceph_get_mon_host.yml
static: no
when:
- ceph_mons != []
- ceph_mons | list == ceph_mons
@ -58,7 +55,6 @@
- ceph-config
- include_tasks: ceph_config.yml
static: no
when:
- ceph_mons != []
- ceph_mons | list == ceph_mons
@ -66,7 +62,6 @@
- ceph-config
- include_tasks: ceph_auth.yml
static: no
when:
- cephx | bool
- ceph_mons != []