forked from CCCHH/ansible-infra
transmission(role): running the handler should always report changed
Make ansible-lint happy by specifying that.
This commit is contained in:
parent
9ae16363c5
commit
a35326a065
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
- name: update transmission settings
|
- name: update transmission settings
|
||||||
ansible.builtin.command: /usr/local/sbin/update-transmission-settings
|
ansible.builtin.command: /usr/local/sbin/update-transmission-settings
|
||||||
become: true
|
become: true
|
||||||
|
# When it runs, this should always report changed.
|
||||||
|
changed_when: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue