ansible-infra/roles/transmission/handlers/main.yaml
June a35326a065
All checks were successful
/ build (push) Successful in 27s
/ Ansible Lint (push) Successful in 2m42s
transmission(role): running the handler should always report changed
Make ansible-lint happy by specifying that.
2026-07-08 00:59:02 +02:00

5 lines
198 B
YAML

- 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