start to add kodi ansible
This commit is contained in:
10
ansible/roles/certbot/tasks/main.yaml
Normal file
10
ansible/roles/certbot/tasks/main.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
- name: Install certbot package (Archlinux)
|
||||
when: ansible_facts['os_family'] == "Archlinux"
|
||||
community.general.pacman:
|
||||
name:
|
||||
- certbot
|
||||
- certbot-dns-rfc2136
|
||||
state: present
|
||||
update_cache: true
|
||||
|
||||
- name: Add certbot config
|
Reference in New Issue
Block a user