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