ansible-hessnet/roles/letsencrypt/tasks/certbot.yml

5 lines
80 B
YAML

---
- name: "Install certbot"
pacman:
name: "certbot"
state: "present"