mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
Making blocks support become, and cleaning up sudo/su references
This commit is contained in:
parent
b11be68249
commit
316284c56b
11 changed files with 44 additions and 21 deletions
|
@ -3,4 +3,6 @@
|
|||
tasks:
|
||||
- command: whoami
|
||||
become_user: testing
|
||||
become_method: su
|
||||
- block:
|
||||
- command: whoami
|
||||
become_user: testing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue