change pizzeria remote to forgejo

add dirty hack to resolve local domains
This commit is contained in:
Pim Kunis 2023-01-06 22:49:07 +01:00
parent 7e10a78623
commit 1382696ba1
5 changed files with 24 additions and 1 deletions

View file

@ -23,3 +23,7 @@
src: "{{ role_path }}/files/resolv.conf"
dest: /etc/resolv.conf
follow: true
- name: Copy hosts file
copy:
src: "{{ role_path }}/files/hosts"
dest: /etc/hosts