mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Swap how become is specified for ios integration tests (#34107)
This commit is contained in:
parent
427479ae48
commit
5f215337c9
49 changed files with 28 additions and 202 deletions
|
@ -5,7 +5,7 @@
|
|||
banner: login
|
||||
state: absent
|
||||
authorize: yes
|
||||
become: yes
|
||||
|
||||
|
||||
- name: Set login
|
||||
ios_banner:
|
||||
|
@ -16,7 +16,7 @@
|
|||
string
|
||||
state: present
|
||||
authorize: yes
|
||||
become: yes
|
||||
|
||||
register: result
|
||||
|
||||
- debug:
|
||||
|
@ -36,7 +36,7 @@
|
|||
string
|
||||
state: present
|
||||
authorize: yes
|
||||
become: yes
|
||||
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
banner: motd
|
||||
state: absent
|
||||
authorize: yes
|
||||
become: yes
|
||||
|
||||
|
||||
- name: Set motd
|
||||
ios_banner:
|
||||
|
@ -16,7 +16,7 @@
|
|||
string
|
||||
state: present
|
||||
authorize: yes
|
||||
become: yes
|
||||
|
||||
register: result
|
||||
|
||||
- debug:
|
||||
|
@ -36,7 +36,7 @@
|
|||
string
|
||||
state: present
|
||||
authorize: yes
|
||||
become: yes
|
||||
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
|
|
|
@ -7,14 +7,12 @@
|
|||
over multiple lines
|
||||
state: present
|
||||
authorize: yes
|
||||
become: yes
|
||||
|
||||
- name: remove login
|
||||
ios_banner:
|
||||
banner: login
|
||||
state: absent
|
||||
authorize: yes
|
||||
become: yes
|
||||
register: result
|
||||
|
||||
- debug:
|
||||
|
@ -30,7 +28,6 @@
|
|||
banner: login
|
||||
state: absent
|
||||
authorize: yes
|
||||
become: yes
|
||||
register: result
|
||||
|
||||
- assert:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue