Update 'webmin_and_zerotier.yaml'

This commit is contained in:
cody 2023-02-20 22:00:20 +00:00
parent be85160574
commit 88d2149653
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
hosts: all
become: true
tasks:
- name: Ensure GPG is installed
apt:
name: gnupg
state: present
- name: Add Webmin repository key
apt_key:
url: http://www.webmin.com/jcameron-key.asc