mirror of
https://github.com/KevinMidboe/schleppe-ha-project.git
synced 2026-01-19 07:15:40 +00:00
9 lines
144 B
YAML
9 lines
144 B
YAML
---
|
|
- apt:
|
|
update_cache: true
|
|
when: ansible_facts.os_family == "Debian"
|
|
|
|
- package:
|
|
name: "{{ certbot_packages }}"
|
|
state: present
|