fix: made cluster finally reachable

This commit is contained in:
Elam Monnot
2023-04-05 16:35:35 +02:00
parent 5b759a24c9
commit c99642eae3
3 changed files with 4 additions and 7 deletions

View File

@@ -15,9 +15,3 @@
- name: installation de k3s...
shell: curl -sfL https://get.k3s.io | sh -s - --docker
- name: mise a jour de resolv.conf...
copy:
src: /root/tools/ansible/gsb2023/roles/peertube/files/resolv.conf
dest: /etc/
mode: '0644'