From 7ce68f6293a4a5daa17d0faf512424921be21edb Mon Sep 17 00:00:00 2001 From: Elam Monnot Date: Tue, 4 Apr 2023 09:38:16 +0200 Subject: [PATCH] fix: misleading docs by redhat ;p --- roles/peertube/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/peertube/tasks/main.yml b/roles/peertube/tasks/main.yml index b469cf9..c9bde25 100644 --- a/roles/peertube/tasks/main.yml +++ b/roles/peertube/tasks/main.yml @@ -5,7 +5,7 @@ - name: attente de l'installation... wait_for: timeout: 30 - delegate_to: localhost + host: localhost - name: installation de k3s... shell: curl -sfL https://get.k3s.io | sh -s - --docker