diff options
-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 |