transmission(role): running the handler should always report changed
All checks were successful
/ build (push) Successful in 27s
/ Ansible Lint (push) Successful in 2m42s

Make ansible-lint happy by specifying that.
This commit is contained in:
June 2026-07-08 00:58:39 +02:00
commit a35326a065
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

View file

@ -1,3 +1,5 @@
- name: update transmission settings
ansible.builtin.command: /usr/local/sbin/update-transmission-settings
become: true
# When it runs, this should always report changed.
changed_when: true