summaryrefslogtreecommitdiffstats
path: root/playbooks/pre-install.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/pre-install.yaml')
-rw-r--r--playbooks/pre-install.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/pre-install.yaml b/playbooks/pre-install.yaml
index 5f07a63..31d2a1c 100644
--- a/playbooks/pre-install.yaml
+++ b/playbooks/pre-install.yaml
@@ -9,7 +9,7 @@
##############################################################################
- name: Install requirements on nodes
- hosts: all
- gather_facts: true
+ hosts: all,!localhost
+ gather_facts: false
roles:
- role: pre-install