Fix new ansible-lint errors
Quite a few changes here, hopefully they work!
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
- name: Set configuration
|
||||
ini_file:
|
||||
path: "{{ qbittorrent_user.home }}/.config/qBittorrent/qBittorrent.conf"
|
||||
mode: 0700
|
||||
mode: "700"
|
||||
owner: "{{ qbittorrent_user.name }}"
|
||||
section: "{{ item.section }}"
|
||||
option: "{{ item.option }}"
|
||||
|
Reference in New Issue
Block a user