change pizzeria remote to forgejo
add dirty hack to resolve local domains
This commit is contained in:
parent
7e10a78623
commit
1382696ba1
5 changed files with 24 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue