diff --git a/playbooks/groups/openqa.yml b/playbooks/groups/openqa.yml index 6f9a7fc4cd..c504485a72 100644 --- a/playbooks/groups/openqa.yml +++ b/playbooks/groups/openqa.yml @@ -1,7 +1,7 @@ -- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=openqa:openqa_stg:openqa_iad2" +- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=openqa:openqa_stg" - name: setup base openQA host - hosts: openqa:openqa_stg:openqa_iad2 + hosts: openqa:openqa_stg user: root gather_facts: True @@ -33,7 +33,7 @@ - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure fedora-messaging queues on openQA servers - hosts: openqa:openqa_stg:openqa_iad2 + hosts: openqa:openqa_stg user: root gather_facts: True