Don't use sudo inside molecule CI tests.

This commit is contained in:
Jeff Geerling 2025-01-29 21:39:37 -06:00
parent 6baa5d7838
commit 92a5694f6f
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
- name: Converge
hosts: all
become: true
#become: true
vars:
kubernetes_pod_network:

View File

@ -1,7 +1,7 @@
---
- name: Converge
hosts: all
become: true
#become: true
vars:
# Allow swap in test environments (hard to control in some envs).