Switching to sudo become method for configure_node_for_k8s

This commit is contained in:
Bradley Bickford 2024-09-24 19:44:46 -04:00
parent 14c76fc7b6
commit 81ccce4795

View File

@ -1,7 +1,7 @@
---
- hosts: masters,workers
become: yes
become_method: su
become_method: sudo
become_user: root
tasks:
- name: Add overlay modprobe module