mirror of https://github.com/ansible/ansible.git
Fix substituting dots for underscores when using ips (#15578)
ec2.py was substituting the dots on ip addresses when not using hostnames like:
"ec2": [
"10_10_1_1",
now it's:
"ec2": [
"10.10.1.1",
pull/9454/merge
parent
0f9eaedfa9
commit
3a3e69f830
Loading…
Reference in New Issue