mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
1ce484831b
* Change the ip address in fixture files as per PR #40554
15 lines
344 B
XML
15 lines
344 B
XML
<interfaces>
|
|
<interface>
|
|
<name>lo0</name>
|
|
<unit>
|
|
<name>0</name>
|
|
<family>
|
|
<inet>
|
|
<address>
|
|
<name>192.0.2.1/32</name>
|
|
</address>
|
|
</inet>
|
|
</family>
|
|
</unit>
|
|
</interface>
|
|
</interfaces>
|