Skip to content

Commit

Permalink
fix filesystem tasks running twice when upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Wyrsch committed Jun 19, 2018
1 parent fa42f84 commit a9cc4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@

# call filesystem checks if not done by previous tasks
- import_tasks: filesystem.yml
when: not new_installation.changed and not new_installation.changed
when: not new_installation.changed and not nextcloud_upgrade

- name: performance tuning - ensure the nextcloud cronjob exists and runs every 15 min
cron:
Expand Down

0 comments on commit a9cc4ef

Please sign in to comment.