mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Fix various EOS integration tests due to missing become (#34504)
This commit is contained in:
parent
9b74b9bc8b
commit
f77ab30316
4 changed files with 46 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
|||
lines: no lldp run
|
||||
authorize: yes
|
||||
provider: "{{ cli }}"
|
||||
become: yes
|
||||
|
||||
- name: Enable LLDP service
|
||||
eos_lldp:
|
||||
|
@ -13,6 +14,7 @@
|
|||
authorize: yes
|
||||
provider: "{{ cli }}"
|
||||
register: result
|
||||
become: yes
|
||||
|
||||
- assert:
|
||||
that:
|
||||
|
@ -25,6 +27,7 @@
|
|||
authorize: yes
|
||||
provider: "{{ cli }}"
|
||||
register: result
|
||||
become: yes
|
||||
|
||||
- assert:
|
||||
that:
|
||||
|
@ -36,6 +39,7 @@
|
|||
authorize: yes
|
||||
provider: "{{ cli }}"
|
||||
register: result
|
||||
become: yes
|
||||
|
||||
- assert:
|
||||
that:
|
||||
|
@ -48,6 +52,7 @@
|
|||
authorize: yes
|
||||
provider: "{{ cli }}"
|
||||
register: result
|
||||
become: yes
|
||||
|
||||
- assert:
|
||||
that:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue