mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user