fix: tried to make peertube role work

This commit is contained in:
Elam Monnot 2023-04-05 16:54:11 +02:00
parent 86e7124f24
commit 58f4556a53

View File

@ -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