mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix Ansible documentation in part of example formatting. Part 1 (#332)
* Fix Ansible documentation in part of example formatting * Fix
This commit is contained in:
@@ -123,8 +123,8 @@ ifaces:
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
# Set eth1 mtu configuration value to 8000
|
||||
- interfaces_file:
|
||||
- name: Set eth1 mtu configuration value to 8000
|
||||
interfaces_file:
|
||||
dest: /etc/network/interfaces.d/eth1.cfg
|
||||
iface: eth1
|
||||
option: mtu
|
||||
|
||||
Reference in New Issue
Block a user