Update reboot-621.yml

This commit is contained in:
nrbishop 2024-05-01 15:23:50 -04:00
parent ae79b58595
commit 6c36f3d7d9

View file

@ -1,5 +1,7 @@
- hosts: all - hosts: all
become: true become: true
become_user: root
become_method: sudo
tasks: tasks:
- name: Reboot - name: Reboot
ansible.builtin.reboot: ansible.builtin.reboot: