Fix a wrong task.

This commit is contained in:
Andrea Dell'Amico 2021-06-22 19:09:01 +02:00
parent 197a0b2c14
commit aff29825ef
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 2 additions and 1 deletions

View File

@ -39,7 +39,8 @@
- name: Change the gitea configuration. After the installation
ini_file:
path: '{{ gitea_conf_dir }}/app.ini section={{ item.section }}'
path: '{{ gitea_conf_dir }}/app.ini'
section: '{{ item.section }}'
option: '{{ item.option }}'
value: '{{ item.value }}'
state: '{{ item.state }}'