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