No longer need to specify an ip hopefully.

This commit is contained in:
Kevin Fenzi 2015-05-13 21:53:56 +00:00
parent 2c6716fffc
commit 949fa177e1

View file

@ -20,10 +20,6 @@
fail: msg="Please specify the name of the instance"
when: name is not defined
- name: fail when public_ip is not provided
fail: msg="Please specify the public_ip for the instance"
when: public_ip is not defined
- include: "{{ tasks }}/transient_cloud_new.yml"
- name: provision instance