[mailman3] Fix syntax issue
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
88c28e2b09
commit
8e19bddb1c
1 changed files with 1 additions and 1 deletions
|
@ -396,7 +396,7 @@
|
||||||
|
|
||||||
- name: Install the scripts
|
- name: Install the scripts
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: {{item}}
|
src: "{{ item }}"
|
||||||
dest: "{{ mailman_webui_basedir }}/bin/{{ item }}"
|
dest: "{{ mailman_webui_basedir }}/bin/{{ item }}"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue