diff --git a/playbooks/groups/copr-backend.yml b/playbooks/groups/copr-backend.yml index c08e2ee1bb..feecdaf022 100644 --- a/playbooks/groups/copr-backend.yml +++ b/playbooks/groups/copr-backend.yml @@ -6,7 +6,8 @@ user: fedora sudo: True #user: root - gather_facts: False + gather_facts: True + # gather_facts: False vars_files: - /srv/web/infra/ansible/vars/global.yml @@ -37,6 +38,7 @@ #hosts: copr-back-stg user: fedora sudo: True + gather_facts: True vars_files: - /srv/web/infra/ansible/vars/global.yml - "/srv/private/ansible/vars.yml" @@ -49,8 +51,9 @@ #hosts: copr-be-dev2.cloud.fedoraproject.org #hosts: copr-back:copr-back-stg #hosts: copr-back-stg - user: root - gather_facts: False + #user: root + gather_facts: True + #gather_facts: False user: fedora sudo: True