mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Making blocks support become, and cleaning up sudo/su references
This commit is contained in:
@@ -3,4 +3,6 @@
|
||||
tasks:
|
||||
- command: whoami
|
||||
become_user: testing
|
||||
become_method: su
|
||||
- block:
|
||||
- command: whoami
|
||||
become_user: testing
|
||||
|
||||
Reference in New Issue
Block a user