Fixed typo: missing indentation

This commit is contained in:
Corbin Bartsch 2022-04-12 21:34:25 -04:00
parent db504f3906
commit 1da26ca7be
Signed by: coredotbin
GPG Key ID: 32D3B80A08D93212

View File

@ -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: