Fix the incorrect container_facts

backport: pike

Closes-Bug: #1729564
Change-Id: If6db5fad1f23e0afaadcad97b4f37a13e34de9fa
This commit is contained in:
chenxing 2017-11-02 17:48:44 +08:00
parent 214866350a
commit 994c80c702
1 changed files with 1 additions and 1 deletions

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']