summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Fenzi <kevin@scrye.com>2013-06-24 20:13:30 +0000
committerKevin Fenzi <kevin@scrye.com>2013-06-24 20:13:30 +0000
commit93e53a78bea93c879adc61d9acf886a349de6a2f (patch)
tree228f5035bd9d9f17dc93930eb305f093a052fcc0
parentc5e716c3462d35eabe886fa6ac6a9ef0200c94e0 (diff)
downloadansible-93e53a78bea93c879adc61d9acf886a349de6a2f.tar.gz
ansible-93e53a78bea93c879adc61d9acf886a349de6a2f.tar.xz
ansible-93e53a78bea93c879adc61d9acf886a349de6a2f.zip
We need some facts
-rw-r--r--playbooks/groups/virthost.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/groups/virthost.yml b/playbooks/groups/virthost.yml
index 56032a002..0550ce4de 100644
--- a/playbooks/groups/virthost.yml
+++ b/playbooks/groups/virthost.yml
@@ -5,7 +5,7 @@
- name: make virthost server system
hosts: virthost
user: root
- gather_facts: False
+ gather_facts: True
vars_files:
- /srv/web/infra/ansible/vars/global.yml