From: Andrew Schoen Date: Wed, 14 Dec 2016 15:13:55 +0000 (-0600) Subject: ensure site.yml.sample always gathers facts and installs python2 X-Git-Tag: v2.1.0~12^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3b014df6c00be1be0c9b194f6eb9aec10ff38086;p=ceph-ansible.git ensure site.yml.sample always gathers facts and installs python2 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 --- diff --git a/site.yml.sample b/site.yml.sample index 0d1ecc3bc..437f5ed2c 100644 --- a/site.yml.sample +++ b/site.yml.sample @@ -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