From fbdb8346b6326426cf2d5333c41b488864adc9fb Mon Sep 17 00:00:00 2001 From: James Allenby Date: Mon, 29 Jun 2026 00:17:31 +0100 Subject: [PATCH] fix: add become to site playbook --- ansible/site.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible/site.yaml b/ansible/site.yaml index 3e1622a..6f726f2 100644 --- a/ansible/site.yaml +++ b/ansible/site.yaml @@ -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