Fixed typo: missing indentation
This commit is contained in:
parent
db504f3906
commit
1da26ca7be
@ -3,9 +3,9 @@
|
|||||||
ansible.builtin.unarchive:
|
ansible.builtin.unarchive:
|
||||||
src: "https://download.nextcloud.com/server/releases/latest-{{ nextcloud_version }}.tar.bz2"
|
src: "https://download.nextcloud.com/server/releases/latest-{{ nextcloud_version }}.tar.bz2"
|
||||||
dest: "{{ nextcloud_www_path }}"
|
dest: "{{ nextcloud_www_path }}"
|
||||||
extra_opts:
|
extra_opts:
|
||||||
- --transform
|
- --transform
|
||||||
- s/^nextcloud\///
|
- s/^nextcloud\///
|
||||||
|
|
||||||
- name: Change ownership of Nextcloud directories
|
- name: Change ownership of Nextcloud directories
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user