mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-08 19:49:09 +00:00
Removing provider from facts, command and config (#54623)
This commit is contained in:
parent
4b3662605d
commit
c2958df3a4
18 changed files with 13 additions and 243 deletions
|
|
@ -4,7 +4,6 @@
|
|||
- name: run invalid command
|
||||
cnos_command:
|
||||
commands: ['display foo']
|
||||
provider: "{{ cli }}"
|
||||
register: result
|
||||
ignore_errors: yes
|
||||
|
||||
|
|
@ -17,7 +16,6 @@
|
|||
commands:
|
||||
- display version
|
||||
- display foo
|
||||
provider: "{{ cli }}"
|
||||
register: result
|
||||
ignore_errors: yes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue