From aff29825ef6606f7ab655a65248b66233fff2e58 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 22 Jun 2021 19:09:01 +0200 Subject: [PATCH] Fix a wrong task. --- tasks/gitea.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/gitea.yml b/tasks/gitea.yml index 3ab6d1c..c185547 100644 --- a/tasks/gitea.yml +++ b/tasks/gitea.yml @@ -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 }}'