Fix copy module instead template

master
Oleg "Zmey!" Vasiliev 2023-10-07 11:46:34 +03:00
parent bd581e2f37
commit 70b95afe7f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
state: present
- name: Gitea | Deploy config
copy:
template:
src: app.ini.j2
dest: /etc/gitea/app.ini
mode: 0600