Skip to content

Commit

Permalink
Merge pull request #81 from systemli/fix/rm_tmp_no_diff
Browse files Browse the repository at this point in the history
fix: Don't output diff when removing temporary directory
  • Loading branch information
doobry-systemli authored Mar 29, 2024
2 parents 58e755c + e212c46 commit b5f46db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/nextcloud/finalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
ansible.builtin.file:
path: "{{ nextcloud_dl_tmp_dir }}"
state: absent
diff: False

- name: "Nextcloud finalize: change symlink to nextcloud_instance"
ansible.builtin.file:
Expand Down

0 comments on commit b5f46db

Please sign in to comment.