From 50a496e9ce835a6f239b7b96d7264845c93a8d63 Mon Sep 17 00:00:00 2001 From: alecsandru Date: Sat, 4 May 2024 10:40:18 +0000 Subject: [PATCH] Update 'k8s/initialize.yml' --- k8s/initialize.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/k8s/initialize.yml b/k8s/initialize.yml index 20527ab..fdbedba 100644 --- a/k8s/initialize.yml +++ b/k8s/initialize.yml @@ -1,10 +1,10 @@ --- - name: Initialize the controlplane - hosts: all + hosts: masters become: yes become_method: sudo become_user: root tasks: - name: Reboot machine to finaliza presetup - reboot: - reboot_timeout: 3600 \ No newline at end of file + reboot: + reboot_timeout: 3600 \ No newline at end of file