Skip to content

Commit

Permalink
Set authorize yes on IOS interface discovery tests (ansible#32128)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarrillocruz authored Oct 25, 2017
1 parent dc0aa75 commit d686c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- name: Run show version
ios_command:
commands: show version
authorize: yes
register: show_version_result

- name: Set test interface to GigabitEthernet0/2 if we are on Cisco IOS
Expand Down
1 change: 1 addition & 0 deletions test/integration/targets/ios_ping/tests/cli/ping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

- ios_command:
commands: show version
authorize: yes
register: show_version_result

- set_fact: management_interface=GigabitEthernet0/0
Expand Down

0 comments on commit d686c3b

Please sign in to comment.