Allow git clone on localhost for tunuifranken.info
This commit is contained in:
parent
efe4263b4a
commit
47c9e66b25
1 changed files with 6 additions and 0 deletions
|
@ -86,6 +86,12 @@
|
|||
group: tunuifranken
|
||||
mode: 0600
|
||||
|
||||
- name: Make sure git server resolves to localhost
|
||||
become: true
|
||||
ansible.builtin.lineinfile:
|
||||
path: /etc/hosts
|
||||
line: "127.0.0.1\ttunuifranken.info"
|
||||
|
||||
- name: Clone tunuifranken.info repo
|
||||
become: true
|
||||
become_user: tunuifranken
|
||||
|
|
Loading…
Add table
Reference in a new issue