mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 03:42:45 +00:00
Add documentation for the modify command, by giving a example (#19699)
This commit is contained in:
@@ -129,6 +129,11 @@ EXAMPLES = '''
|
||||
- virt_net:
|
||||
autostart: no
|
||||
name: br_nat
|
||||
|
||||
# Add a new host in the dhcp pool
|
||||
- virt_net:
|
||||
name: br_nat
|
||||
xml: "<host mac='FC:C2:33:00:6c:3c' name='my_vm' ip='192.168.122.30'/>"
|
||||
'''
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user