Skip to content

Commit

Permalink
Commands should not change things if nothing needs doing
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Feb 17, 2022
1 parent 0fc4557 commit ee1ae36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 0 additions & 8 deletions meta/exception.yml

This file was deleted.

1 change: 1 addition & 0 deletions tasks/parameters.yml
Expand Up @@ -17,6 +17,7 @@
ansible.builtin.command:
cmd: php occ config:app:set {{ item.section }} {{ item.name }} --value {{ item.value }}
chdir: "{{ nextcloud_destination }}/nextcloud"
changed_when: no
become: yes
become_user: "{{ nextcloud_httpd_owner }}"
notify:
Expand Down

0 comments on commit ee1ae36

Please sign in to comment.