fix: solve linting issues
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-02-06 16:00:40 +01:00
parent a47a1bb6b7
commit 7cdd220b84
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@
file:
path: "{{ item }}"
state: directory
mode: 0750
loop:
- "{{ gitea_config_dir }}"
- "{{ gitea_data_dir }}"
@ -51,6 +52,7 @@
template:
src: "etc/systemd/system/gitea.service.j2"
dest: "/etc/systemd/system/gitea.service"
mode: 0640
notify: __gitea_restart
become: True
become_user: root