From 3b014df6c00be1be0c9b194f6eb9aec10ff38086 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 14 Dec 2016 09:13:55 -0600 Subject: [PATCH] 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 --- site.yml.sample | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.5