mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
incorrect sample eos_config usage (#45750)
no such option "config" for diff_against argument. Further below, there is an example of eos_config using diff_against with a valid option. +label: docsite_pr
This commit is contained in:
parent
60160c1e90
commit
742d702b96
1 changed files with 0 additions and 5 deletions
|
@ -213,11 +213,6 @@ EXAMPLES = """
|
||||||
eos_config:
|
eos_config:
|
||||||
lines: hostname {{ inventory_hostname }}
|
lines: hostname {{ inventory_hostname }}
|
||||||
|
|
||||||
- name: diff against a provided master config
|
|
||||||
eos_config:
|
|
||||||
diff_against: config
|
|
||||||
config: "{{ lookup('file', 'master.cfg') }}"
|
|
||||||
|
|
||||||
- name: load an acl into the device
|
- name: load an acl into the device
|
||||||
eos_config:
|
eos_config:
|
||||||
lines:
|
lines:
|
||||||
|
|
Loading…
Reference in a new issue