diff --git a/ansible/check-reboot.yml b/ansible/check-reboot.yml index 248e5f8..9efb8ec 100644 --- a/ansible/check-reboot.yml +++ b/ansible/check-reboot.yml @@ -1,6 +1,7 @@ - hosts: all gather_facts: true become: true + remote_user: root strategy: free #any_errors_fatal: yes tasks: diff --git a/ansible/dnf-update.yml b/ansible/dnf-update.yml index 013d201..7554a47 100644 --- a/ansible/dnf-update.yml +++ b/ansible/dnf-update.yml @@ -1,6 +1,7 @@ - hosts: all gather_facts: true become: true + remote_user: root strategy: free #any_errors_fatal: yes tasks: diff --git a/ansible/reboot.yml b/ansible/reboot.yml index 91d2272..199a096 100644 --- a/ansible/reboot.yml +++ b/ansible/reboot.yml @@ -1,6 +1,7 @@ - hosts: physical gather_facts: false become: true + remote_user: root serial: 1 any_errors_fatal: true tasks: