Commit 1a1b6670 by Brian Coca

Merge pull request #10037 from lekum/aws-doc-bug

Add missing register
parents 2ef5d6be 63808ee3
......@@ -104,6 +104,7 @@ From this, we'll use the add_host module to dynamically create a host group cons
Name: Demo
instance_tags:
Name: Demo
register: ec2
- name: Add all instance public IPs to host group
add_host: hostname={{ item.public_ip }} groupname=ec2hosts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment