5 lines
87 B
YAML
5 lines
87 B
YAML
|
- name: Switch to root
|
||
|
become: true
|
||
|
shell: whoami
|
||
|
notify: switch to ansible_user
|