2
0

added root user

This commit is contained in:
2024-06-06 19:04:53 +02:00
parent 29876e4881
commit 652281fba0

View File

@@ -2,6 +2,7 @@
- name: Reboot machine - name: Reboot machine
hosts: "{{ Daily_Reboot_Hosts }}" hosts: "{{ Daily_Reboot_Hosts }}"
become: yes become: yes
become_user: root
tasks: tasks:
- name: Reboot machine - name: Reboot machine