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

5 lines
80 B
YAML
Raw Normal View History

2020-04-21 06:21:08 +00:00
---
- name: "Install certbot"
pacman:
name: "certbot"
state: "present"