Fix the incorrect container_facts

backport: pike

Closes-Bug: #1729564
Change-Id: If6db5fad1f23e0afaadcad97b4f37a13e34de9fa
(cherry picked from commit 994c80c702)
This commit is contained in:
chenxing 2017-11-02 17:48:44 +08:00 committed by Chason Chan
parent 90fd8b33da
commit 5fd2642952
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']