Skip to content

Commit

Permalink
Update Connection Var names for ndfc_switch in tests/integration fold…
Browse files Browse the repository at this point in the history
…er (#148)

* Update Connection Var names for ndfc_switch

* updated var
  • Loading branch information
juburnet committed Jul 9, 2024
1 parent 5f954aa commit 0e79085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/group_vars/ndfc/examples/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ ansible_connection: ansible.netcommon.httpapi
ansible_network_os: cisco.dcnm.dcnm
ansible_user: admin
ansible_password: password
ndfc_device_username: admin
ndfc_device_password: super_secret_password
ndfc_switch_username: admin
ndfc_switch_password: super_secret_password

# Workflow Control Variables
interface_delete_mode: True
Expand Down

0 comments on commit 0e79085

Please sign in to comment.