Only chown when the repos change

This keeps claiming it's changing things, even when nothing should have changed
This commit is contained in:
Jake Howard 2021-02-07 16:14:56 +00:00
parent 870ac50c58
commit 44a3fd4bc5
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -55,9 +55,10 @@
path: "{{ plugins_dir.path }}"
state: directory
owner: "{{ docker_user.name }}"
mode: u=rwX,g=rX,o=rX
mode: u=rwX,g=rwX,o=rX
recurse: true
become: true
when: fever_plugin.changed or feediron_plugin.changed
- name: restart tt-rss
shell: