ansible-training-test/playbooks/tasks/switch_root.yml

5 lines
87 B
YAML
Raw Normal View History

2018-07-27 10:01:50 +02:00
- name: Switch to root
become: true
shell: whoami
notify: switch to ansible_user