mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update ios_system.py (#39623)
<!--- Your description here --> Typo in the example of `domain_search`, was `domain-search`should be `domain_search` +label: docsite_pr
This commit is contained in:
parent
c32aef74d5
commit
75304bd121
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ EXAMPLES = """
|
||||||
ios_system:
|
ios_system:
|
||||||
hostname: ios01
|
hostname: ios01
|
||||||
domain_name: test.example.com
|
domain_name: test.example.com
|
||||||
domain-search:
|
domain_search:
|
||||||
- ansible.com
|
- ansible.com
|
||||||
- redhat.com
|
- redhat.com
|
||||||
- cisco.com
|
- cisco.com
|
||||||
|
|
Loading…
Reference in a new issue