Fix copy module instead template
parent
bd581e2f37
commit
70b95afe7f
|
@ -6,7 +6,7 @@
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Gitea | Deploy config
|
- name: Gitea | Deploy config
|
||||||
copy:
|
template:
|
||||||
src: app.ini.j2
|
src: app.ini.j2
|
||||||
dest: /etc/gitea/app.ini
|
dest: /etc/gitea/app.ini
|
||||||
mode: 0600
|
mode: 0600
|
||||||
|
|
Loading…
Reference in New Issue