Remove unnecessary use of become
from some roles
This should make execution much faster
This commit is contained in:
@ -2,10 +2,8 @@
|
||||
service:
|
||||
name: nginx
|
||||
state: reloaded
|
||||
become: true
|
||||
|
||||
- name: restart qbittorrent
|
||||
service:
|
||||
name: qbittorrent-nox@{{ qbittorrent_user.name }}
|
||||
state: restarted
|
||||
become: true
|
||||
|
Reference in New Issue
Block a user