diff --git a/playbooks/groups/copr-backend.yml b/playbooks/groups/copr-backend.yml index e3158d9c7a..dc6d8ba803 100644 --- a/playbooks/groups/copr-backend.yml +++ b/playbooks/groups/copr-backend.yml @@ -6,8 +6,8 @@ user: fedora sudo: True #user: root - # gather_facts: True - gather_facts: False + gather_facts: True + # gather_facts: False vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -41,8 +41,8 @@ #hosts: copr-back-stg user: fedora sudo: True - #gather_facts: True - gather_facts: False + gather_facts: True + # gather_facts: False vars_files: - /srv/web/infra/ansible/vars/global.yml - "/srv/private/ansible/vars.yml"