diff --git a/reboot-621.yml b/reboot-621.yml index 86480be..8c678b1 100644 --- a/reboot-621.yml +++ b/reboot-621.yml @@ -1,5 +1,7 @@ - hosts: all become: true + become_user: root + become_method: sudo tasks: - name: Reboot ansible.builtin.reboot: \ No newline at end of file