Fixes default format of network_group_modules to ini list. Removing trailing whitespaces from comments for style consistency. Fixes #26154 (#32460)
This commit is contained in:
parent
27188d46a9
commit
9d4e0a8acb
1 changed files with 10 additions and 10 deletions
|
@ -295,7 +295,7 @@
|
||||||
|
|
||||||
# This family of modules use an alternative execution path optimized for network appliances
|
# This family of modules use an alternative execution path optimized for network appliances
|
||||||
# only update this setting if you know how this works, otherwise it can break module execution
|
# only update this setting if you know how this works, otherwise it can break module execution
|
||||||
#network_group_modules=['eos', 'nxos', 'ios', 'iosxr', 'junos', 'vyos']
|
#network_group_modules=eos, nxos, ios, iosxr, junos, vyos
|
||||||
|
|
||||||
# When enabled, this option allows lookups (via variables like {{lookup('foo')}} or when used as
|
# When enabled, this option allows lookups (via variables like {{lookup('foo')}} or when used as
|
||||||
# a loop with `with_foo`) to return data that is not marked "unsafe". This means the data may contain
|
# a loop with `with_foo`) to return data that is not marked "unsafe". This means the data may contain
|
||||||
|
|
Loading…
Reference in a new issue