Correct group name all around.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-09-24 14:09:44 -07:00
parent 4b9198fb5b
commit ee97680d55

View file

@ -1,7 +1,7 @@
- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=ipsilon:ipsilon-stg" - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=ipsilon:ipsilon_stg"
- name: make the box be real - name: make the box be real
hosts: ipsilon:ipsilon-stg hosts: ipsilon:ipsilon_stg
user: root user: root
gather_facts: True gather_facts: True
@ -47,7 +47,7 @@
- import_tasks: "{{ handlers_path }}/restart_services.yml" - import_tasks: "{{ handlers_path }}/restart_services.yml"
- name: deploy ipsilon itself - name: deploy ipsilon itself
hosts: ipsilon:ipsilon-stg hosts: ipsilon:ipsilon_stg
user: root user: root
gather_facts: True gather_facts: True