webmin.yml aktualisiert
This commit is contained in:
parent
bb01011bf8
commit
7dd7966eec
@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
- name: Add webmin Apt signing key
|
- name: Add webmin Apt signing key
|
||||||
ansible.builtin.apt_key:
|
ansible.builtin.apt_key:
|
||||||
url: https://download.webmin.com/jcameron-key.asc
|
url: https://download.webmin.com/developers-key.asc
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Add webmin repository
|
- name: Add webmin repository
|
||||||
ansible.builtin.apt_repository:
|
ansible.builtin.apt_repository:
|
||||||
repo: deb https://download.webmin.com/download/repository sarge contrib
|
repo: deb [signed-by=/usr/share/keyrings/debian-webmin-developers.gpg] https://download.webmin.com/download/newkey/repository stable contrib
|
||||||
state: present
|
state: present
|
||||||
filename: webmin
|
filename: webmin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user