diff options
author | Kevin Fenzi <kevin@scrye.com> | 2013-06-24 20:13:30 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2013-06-24 20:13:30 +0000 |
commit | 93e53a78bea93c879adc61d9acf886a349de6a2f (patch) | |
tree | 228f5035bd9d9f17dc93930eb305f093a052fcc0 | |
parent | c5e716c3462d35eabe886fa6ac6a9ef0200c94e0 (diff) | |
download | ansible-93e53a78bea93c879adc61d9acf886a349de6a2f.tar.gz ansible-93e53a78bea93c879adc61d9acf886a349de6a2f.tar.xz ansible-93e53a78bea93c879adc61d9acf886a349de6a2f.zip |
We need some facts
-rw-r--r-- | playbooks/groups/virthost.yml | 2 |
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 |