diff --git a/playbooks/groups/copr-frontend.yml b/playbooks/groups/copr-frontend.yml index 367e7ffb31..1f9c291b35 100644 --- a/playbooks/groups/copr-frontend.yml +++ b/playbooks/groups/copr-frontend.yml @@ -1,7 +1,6 @@ - name: check/create instance #hosts: copr-front-stg:copr-front - #hosts: copr-front-stg - hosts: copr-fe-dev.cloud.fedoraproject.org + hosts: copr-front-stg user: root gather_facts: False @@ -15,7 +14,7 @@ - name: cloud basic setup - hosts: copr-back-stg + hosts: copr-front-stg vars_files: - /srv/web/infra/ansible/vars/global.yml - "{{ private }}/vars.yml" @@ -25,8 +24,7 @@ - name: provision instance #hosts: copr-front:copr-front-stg - #hosts: copr-front-stg - hosts: copr-fe-dev.cloud.fedoraproject.org + hosts: copr-front-stg user: root gather_facts: True