ios test cleanup pt 2 (#42570)

* Remove local from ios_config to avoid needing to add provider

* ios_smoke should test all with local to pick up the slack
This commit is contained in:
Nathaniel Case
2018-07-10 09:03:04 -04:00
committed by GitHub
parent a65d9257fd
commit 381263ad99
16 changed files with 1 additions and 59 deletions

View File

@@ -6,7 +6,6 @@
- name: configure with invalid src
ios_config:
src: basic/foobar.j2
provider: "{{ cli }}"
register: result
ignore_errors: yes