mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-12 19:34:02 -07:00
Native YAML, improve quotation (#3643)
This commit is contained in:
parent
8b31d48410
commit
7d1a006629
11 changed files with 69 additions and 60 deletions
|
@ -105,7 +105,7 @@ EXAMPLES = '''
|
|||
name: macvlan
|
||||
state: present
|
||||
config: {}
|
||||
description: 'my macvlan profile'
|
||||
description: my macvlan profile
|
||||
devices:
|
||||
eth0:
|
||||
nictype: macvlan
|
||||
|
@ -126,7 +126,7 @@ EXAMPLES = '''
|
|||
name: macvlan
|
||||
state: present
|
||||
config: {}
|
||||
description: 'my macvlan profile'
|
||||
description: my macvlan profile
|
||||
devices:
|
||||
eth0:
|
||||
nictype: macvlan
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue