Merge pull request #1986 from ceph/fixes

[skip ci] defaults: fix check socket non-container handler
pull/1992/head
Sébastien Han 2017-10-04 15:38:33 +02:00 committed by GitHub
commit ee8aa8bf39
1 changed files with 2 additions and 2 deletions

View File

@ -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