Fix a wrong task.
This commit is contained in:
parent
197a0b2c14
commit
aff29825ef
|
@ -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 }}'
|
||||
|
|
Loading…
Reference in New Issue