mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 12:37:05 +03:00
6 lines
94 B
YAML
6 lines
94 B
YAML
---
|
|
- name: install certbot
|
|
apt:
|
|
name: certbot
|
|
state: present
|
|
update_cache: true |