mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 07:31:23 -07:00
Fix documentation example, missing ")"
This commit is contained in:
parent
8274f55818
commit
d4d86b4bc6
3 changed files with 3 additions and 6 deletions
|
@ -119,7 +119,7 @@ EXAMPLES = """
|
|||
parents: ['interface GigabitEthernet0/0/0/0']
|
||||
|
||||
- iosxr_config:
|
||||
commands: "{{lookup('file', 'datcenter1.txt'}}"
|
||||
commands: "{{lookup('file', 'datcenter1.txt')}}"
|
||||
parents: ['ipv4 access-list test']
|
||||
before: ['no ip access-listv4 test']
|
||||
replace: block
|
||||
|
@ -211,4 +211,3 @@ from ansible.module_utils.netcfg import *
|
|||
from ansible.module_utils.iosxr import *
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue