Merge "Fix the incorrect container_facts"

This commit is contained in:
Zuul 2017-11-09 09:23:39 +00:00 committed by Gerrit Code Review
commit 47ffaf8d73

View File

@ -13,5 +13,5 @@
timeout: 1
state: stopped
when:
- container_facts['ceph-rgw'] is not defined
- container_facts['ceph_rgw'] is not defined
- inventory_hostname in groups['ceph-rgw']