]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ensure site.yml.sample always gathers facts and installs python2 1180/head
authorAndrew Schoen <aschoen@redhat.com>
Wed, 14 Dec 2016 15:13:55 +0000 (09:13 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Wed, 14 Dec 2016 15:13:55 +0000 (09:13 -0600)
Then avoids an issue where if you're using tags to run the playbook then
no facts are gathered, resulting in subsequent tasks failing that depend
on them.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
site.yml.sample

index 0d1ecc3bcbbf5e9d32f9d59c9321d9e5a00b50d2..437f5ed2c0dacc5e77216d0ae6b9daf249bc123e 100644 (file)
@@ -13,6 +13,8 @@
   - clients
   - iscsigws
   gather_facts: false
+  tags:
+    - always
   tasks:
     # If we can't get python2 installed before any module is used we will fail
     # so just try what we can to get it installed