mirror of https://github.com/ceph/ceph-ansible.git
defaults: fix check socket non-container handler
Signed-off-by: Sébastien Han <seb@redhat.com>pull/1986/head
parent
f146829e9e
commit
cac7d034bf
|
@ -5,6 +5,6 @@
|
|||
- containerized_deployment
|
||||
|
||||
- name: include check_socket_non_container.yml
|
||||
include: check_socket_container.yml
|
||||
include: check_socket_non_container.yml
|
||||
when:
|
||||
- containerized_deployment
|
||||
- not containerized_deployment
|
||||
|
|
Loading…
Reference in New Issue