ansible-training-test/playbooks/tasks/switch_root.yml
2018-07-27 10:01:50 +02:00

4 lines
87 B
YAML

- name: Switch to root
become: true
shell: whoami
notify: switch to ansible_user