Only chown when the repos change
This keeps claiming it's changing things, even when nothing should have changed
This commit is contained in:
parent
870ac50c58
commit
44a3fd4bc5
1 changed files with 2 additions and 1 deletions
|
@ -55,9 +55,10 @@
|
||||||
path: "{{ plugins_dir.path }}"
|
path: "{{ plugins_dir.path }}"
|
||||||
state: directory
|
state: directory
|
||||||
owner: "{{ docker_user.name }}"
|
owner: "{{ docker_user.name }}"
|
||||||
mode: u=rwX,g=rX,o=rX
|
mode: u=rwX,g=rwX,o=rX
|
||||||
recurse: true
|
recurse: true
|
||||||
become: true
|
become: true
|
||||||
|
when: fever_plugin.changed or feediron_plugin.changed
|
||||||
|
|
||||||
- name: restart tt-rss
|
- name: restart tt-rss
|
||||||
shell:
|
shell:
|
||||||
|
|
Loading…
Reference in a new issue