repospanner_temp: Ansible does not want -s in group names, use _ instead.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi
2019-10-28 21:39:17 +00:00
committed by Pierre-Yves Chibon
parent 4c087db4b1
commit c2bbd4bdc7
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ repospanner01.phx2.fedoraproject.org
repospanner-cc-rdu01.fedoraproject.org
repospanner-ibiblio01.fedoraproject.org
[repospanner-temp]
[repospanner_temp]
repospanner-temp01.fedoraproject.org
repospanner-temp02.fedoraproject.org
repospanner-temp03.fedoraproject.org

View File

@@ -1,9 +1,9 @@
# create a new dns server
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=repospanner-temp"
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=repospanner_temp"
- name: make the box be real
hosts: repospanner-temp
hosts: repospanner_temp
user: root
gather_facts: True