And actually name the host correctly in the playbook.

This commit is contained in:
Kevin Fenzi 2015-07-31 20:01:27 +00:00
parent 3ac756bb55
commit 89050ace76

View file

@ -1,5 +1,5 @@
- name: check/create instance
hosts: java-deptools-dev.fedorainfracloud.org
hosts: java-deptools.fedorainfracloud.org
user: fedora
sudo: True
gather_facts: False
@ -14,7 +14,7 @@
- include: "{{ tasks }}/persistent_cloud_new.yml"
- name: setup all the things
hosts: java-deptools-dev.fedorainfracloud.org
hosts: java-deptools.fedorainfracloud.org
user: fedora
sudo: True
gather_facts: True