Fix become issue

This commit is contained in:
2026-03-23 19:51:17 +00:00
parent dc0819bb05
commit 25f115d20b
+1
View File
@@ -20,6 +20,7 @@
- name: Reboot the server (if required).
ansible.builtin.reboot:
when: reboot_required_file is defined and reboot_required_file.stat.exists
become: true
- name: "Updating and Upgrading Yum Packages"
yum: