From ff6ac8b2a3b298f0d05d3609e0dac0645f9a210c Mon Sep 17 00:00:00 2001 From: derp Date: Sun, 31 Jul 2016 06:58:48 -0400 Subject: [PATCH] Fixes issue with setup module failing because Python isn't yet installed. --- common.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common.yml b/common.yml index d016a8b..57830ec 100644 --- a/common.yml +++ b/common.yml @@ -3,6 +3,7 @@ - name: Common tools hosts: vpn-host remote_user: root + gather_facts: false vars_files: - config.cfg @@ -18,6 +19,9 @@ - name: Install Updates, Patches and Additional Security Software apt: upgrade=dist update_cache=yes + + - name: Gather Facts + setup: - name: Check if reboot is required shell: >