Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible-examples.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'jboss-standalone/demo-aws-launch.yml')
-rw-r--r--jboss-standalone/demo-aws-launch.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jboss-standalone/demo-aws-launch.yml b/jboss-standalone/demo-aws-launch.yml
index eb18146..5894465 100644
--- a/jboss-standalone/demo-aws-launch.yml
+++ b/jboss-standalone/demo-aws-launch.yml
@@ -26,8 +26,8 @@
- name: Wait for SSH to come up
wait_for:
host: "{{ item.public_dns_name }}"
- port: 22
- delay: 60
- timeout: 320
+ port: 22
+ delay: 60
+ timeout: 320
state: started
with_items: "{{ ec2.instances }}"