mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 18:04:02 -07:00
aci example minor fix testing actual real life scenario examples (#36613)
This commit is contained in:
parent
68a97ca558
commit
a7db945ac6
3 changed files with 16 additions and 16 deletions
|
@ -62,9 +62,9 @@ EXAMPLES = r'''
|
|||
host: apic
|
||||
username: admin
|
||||
password: SomeSecretPassword
|
||||
serial: ansible_test
|
||||
node_id: 105
|
||||
switch: test
|
||||
serial: FDO2031124L
|
||||
node_id: 1011
|
||||
switch: fab4-sw1011
|
||||
state: present
|
||||
|
||||
- name: Remove fabric node
|
||||
|
@ -72,8 +72,8 @@ EXAMPLES = r'''
|
|||
host: apic
|
||||
username: admin
|
||||
password: SomeSecretPassword
|
||||
serial: ansible_test
|
||||
node_id: 105
|
||||
serial: FDO2031124L
|
||||
node_id: 1011
|
||||
state: absent
|
||||
|
||||
- name: Query fabric nodes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue