collab: Fix perms from moin install package
This commit is contained in:
parent
9f9cad7b8a
commit
62a11f571a
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@
|
|||
ansible.builtin.get_url:
|
||||
url: "https://static.moinmo.in/files/moin-{{ moin_version }}.tar.gz"
|
||||
dest: "{{ srcdir }}"
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
checksum: sha1:3eb13b4730bd97259a41c4cd500f8433778ff8cf
|
||||
|
||||
- name: Extract moin package
|
||||
|
|
Loading…
Add table
Reference in a new issue