fix: add owner/permissions to sonarr repokey
This commit is contained in:
@@ -4,6 +4,9 @@
|
||||
ansible.builtin.get_url:
|
||||
url: https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xa236c58f409091a18aca53cbebff6b99d9b78493
|
||||
dest: /etc/apt/trusted.gpg.d/sonarr.asc
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0750
|
||||
|
||||
- name: Install sonarr repo
|
||||
ansible.builtin.apt_repository:
|
||||
|
Reference in New Issue
Block a user