8 lines
144 B
YAML
8 lines
144 B
YAML
- hosts: all
|
|
gather_facts: no
|
|
tasks:
|
|
- command: whoami
|
|
become_user: testing
|
|
- block:
|
|
- command: whoami
|
|
become_user: testing
|