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