copr: fix hosts specs in upgrade playbooks

This commit is contained in:
Pavel Raiskup 2020-02-24 14:20:59 +01:00 committed by Pierre-Yves Chibon
parent 00fcff8402
commit 164d3d1548
4 changed files with 4 additions and 4 deletions

View file

@ -1,6 +1,6 @@
---
- name: upgrade copr backend
hosts: copr_back_dev:copr_back_stg:copr_back
hosts: copr_back_dev_aws:copr_back_aws
user: root
gather_facts: True

View file

@ -1,6 +1,6 @@
---
- name: upgrade copr distgit
hosts: copr_dist_git_dev:copr_dist_git_stg:copr_dist_git
hosts: copr_dist_git_dev_aws:copr_dist_git_aws
user: root
gather_facts: True

View file

@ -1,6 +1,6 @@
---
- name: upgrade copr frontend
hosts: copr_front_dev:copr_front
hosts: copr_front_dev_aws:copr_front_aws
user: root
gather_facts: True

View file

@ -1,6 +1,6 @@
---
- name: upgrade copr keygen
hosts: copr_keygen_dev:copr_keygen_stg:copr_keygen
hosts: copr_keygen_dev_aws:copr_keygen_aws
user: root
gather_facts: True