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 <aschoen@redhat.com>
pull/1180/head
Andrew Schoen 2016-12-14 09:13:55 -06:00
parent 547b84d535
commit 3b014df6c0
1 changed files with 2 additions and 0 deletions

View 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