mirror of https://github.com/ceph/ceph-ansible.git
site: Make sure is_atomic is defined
configure_firewall tests the is_atomic variable if the firewalld package is not present. is_atomic is defined in ceph_facts so include that. Signed-off-by: Brad Hubbard <bhubbard@redhat.com>pull/3505/head
parent
1bbdde272f
commit
55fab6f547
|
@ -74,6 +74,8 @@
|
|||
tasks:
|
||||
- import_role:
|
||||
name: ceph-defaults
|
||||
- import_role:
|
||||
name: ceph-facts
|
||||
- import_role:
|
||||
name: ceph-validate
|
||||
- import_role:
|
||||
|
|
Loading…
Reference in New Issue