postfixadmin: Fix unarchive path
This commit is contained in:
parent
bc9da968ef
commit
a7d167e474
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
ansible.builtin.unarchive:
|
||||
remote_src: yes
|
||||
src: "https://github.com/postfixadmin/postfixadmin/archive/refs/tags/postfixadmin-{{ postfixadmin_version }}.zip"
|
||||
dest: "{{ postfixadmin_installation_prefix }}/postfixadmin-{{ postfixadmin_version }}"
|
||||
dest: "{{ postfixadmin_installation_prefix }}"
|
||||
owner: root
|
||||
group: www-data
|
||||
mode: 0755
|
||||
|
|
Loading…
Add table
Reference in a new issue