🚨: yamllint conformity
This commit is contained in:
@@ -22,5 +22,5 @@
|
||||
ansible.builtin.template:
|
||||
src: jackett.service.j2
|
||||
dest: /etc/systemd/system/jackett.service
|
||||
mode: 0644
|
||||
mode: "0o644"
|
||||
notify: Restart jackett
|
||||
|
@@ -6,7 +6,7 @@
|
||||
dest: /etc/apt/trusted.gpg.d/sonarr.asc
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0750
|
||||
mode: "0o750"
|
||||
|
||||
- name: Install sonarr repo
|
||||
ansible.builtin.apt_repository:
|
||||
|
@@ -24,4 +24,4 @@
|
||||
dest: /var/lib/transmission-daemon/downloads/CACHEDIR.TAG
|
||||
owner: debian-transmission
|
||||
group: debian-transmission
|
||||
mode: '0644'
|
||||
mode: "0o644"
|
||||
|
Reference in New Issue
Block a user