Disable sudo

This commit is contained in:
2026-04-27 13:58:31 -07:00
parent 37fbd8c36a
commit 71b6988821

View File

@@ -28,3 +28,6 @@ perform_upgrade: false
allow_major_upgrade: false
auto_reboot: true
pkg_repo_update: true
# Disable sudo
ansible_become: false