fix aruba_config examples (#63136)
This commit is contained in:
parent
32980f214a
commit
6ff5968781
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ EXAMPLES = """
|
||||||
- name: diff the running-config against a provided config
|
- name: diff the running-config against a provided config
|
||||||
aruba_config:
|
aruba_config:
|
||||||
diff_against: intended
|
diff_against: intended
|
||||||
intended: "{{ lookup('file', 'master.cfg') }}"
|
intended_config: "{{ lookup('file', 'master.cfg') }}"
|
||||||
|
|
||||||
- name: configure interface settings
|
- name: configure interface settings
|
||||||
aruba_config:
|
aruba_config:
|
||||||
|
|
Loading…
Reference in a new issue