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:
|
||||
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
|
||||
eos_config:
|
||||
lines:
|
||||
|
|
Loading…
Reference in a new issue