integration/targets/ios_* work to support IOS (#20414)

* WIP

* Don't set connection: network_cli in the playbook

* ios_config tests now passing

* Create test loopback device

* delete

* ios_* pass (apart from ios_facts)

* Remove provider lines
This commit is contained in:
John R Barker 2017-01-20 20:18:12 +00:00 committed by GitHub
commit a12033a6e0
38 changed files with 53 additions and 142 deletions

View file

@ -3,8 +3,7 @@
- name: run invalid command
ios_command:
commands: ['show foo']
provider: "{{ cli }}"
commands: show foo
register: result
ignore_errors: yes
@ -17,7 +16,6 @@
commands:
- show version
- show foo
provider: "{{ cli }}"
register: result
ignore_errors: yes