audiopi: Update role
This commit is contained in:
parent
8a2c2769c8
commit
efc72f70f6
|
@ -16,6 +16,7 @@ all:
|
||||||
ansible_user: chaos
|
ansible_user: chaos
|
||||||
audio:
|
audio:
|
||||||
ansible_host: audio.z9.ccchh.net
|
ansible_host: audio.z9.ccchh.net
|
||||||
|
ansible_user: chaos
|
||||||
public-reverse-proxy:
|
public-reverse-proxy:
|
||||||
ansible_host: public-reverse-proxy.z9.ccchh.net
|
ansible_host: public-reverse-proxy.z9.ccchh.net
|
||||||
ansible_user: chaos
|
ansible_user: chaos
|
||||||
|
|
|
@ -53,7 +53,7 @@
|
||||||
become: true
|
become: true
|
||||||
when: raspberry_pi_check__cpuinfo.found
|
when: raspberry_pi_check__cpuinfo.found
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
deb: https://ftp.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2021.1.1_all.deb
|
deb: https://ftp.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2021.1.1+deb11u1_all.deb
|
||||||
|
|
||||||
- name: Ensure debian backports repository is enabled
|
- name: Ensure debian backports repository is enabled
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
|
|
Loading…
Reference in a new issue