ansible-infra/roles/transmission/handlers/main.yaml
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