fix: sychronized roles for peertube

This commit is contained in:
Elam Monnot
2023-04-04 09:27:12 +02:00
parent d6d4991c16
commit bac2f067a9
2 changed files with 6 additions and 1 deletions

View File

@@ -2,6 +2,11 @@
- name: installation de docker...
shell: curl https://releases.rancher.com/install-docker/20.10.sh | sh
- name: attente de l'installation...
wait_for:
timeout: 30
delegate_to: localhost
- name: installation de k3s...
shell: curl -sfL https://get.k3s.io | sh -s - --docker