DCD-386: Molecule may not set the v4 address, so force it.

This commit is contained in:
Steve Smith
2019-06-11 01:12:46 +00:00
parent 8826f7e4c2
commit 9c29300c60

View File

@@ -3,6 +3,8 @@
hosts: all hosts: all
vars: vars:
ansible_ec2_local_ipv4: "1.1.1.1" ansible_ec2_local_ipv4: "1.1.1.1"
ansible_default_ipv4:
address: "9.9.9.9"
ansible_ec2_instance_id: "NONE" ansible_ec2_instance_id: "NONE"
roles: roles:
- role: aws_common - role: aws_common