5 lines
198 B
YAML
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
|