fix: add become to site playbook

This commit is contained in:
2026-06-29 00:17:31 +01:00
parent 23a7020549
commit fbdb8346b6
+3 -1
View File
@@ -1,5 +1,6 @@
- name: Common setup
- name: Baseline configuration
hosts: all
become: true
roles:
- common
- kubernetes_common
@@ -10,6 +11,7 @@
- name: Initialise Kubernetes Cluster
hosts: masters
become: true
roles:
- kubernetes_control_plane