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