Jake Howard d5a7a61171
Remove unnecessary use of become from some roles
This should make execution much faster
2024-09-09 17:09:03 +01:00

10 lines
183 B
YAML

- name: reload nginx
service:
name: nginx
state: reloaded
- name: restart qbittorrent
service:
name: qbittorrent-nox@{{ qbittorrent_user.name }}
state: restarted