From 58f4556a53952be05d3c2a7cfdd015a277579981 Mon Sep 17 00:00:00 2001 From: Elam Monnot Date: Wed, 5 Apr 2023 16:54:11 +0200 Subject: [PATCH] fix: tried to make peertube role work --- roles/peertube-k3s/tasks/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/roles/peertube-k3s/tasks/main.yml b/roles/peertube-k3s/tasks/main.yml index 9691f4d..0c0f5ca 100644 --- a/roles/peertube-k3s/tasks/main.yml +++ b/roles/peertube-k3s/tasks/main.yml @@ -8,10 +8,15 @@ - name: installation de docker... shell: curl https://releases.rancher.com/install-docker/20.10.sh | sh - - name: attente de l'installation... + - name: attente de l'installation de docker... wait_for: timeout: 30 host: localhost - name: installation de k3s... shell: curl -sfL https://get.k3s.io | sh -s - --docker + + - name: attente de l'installation de k3s... + wait_for: + timeout: 25 + host: localhost