5 lines
80 B
YAML
5 lines
80 B
YAML
|
---
|
||
|
- name: "Install certbot"
|
||
|
pacman:
|
||
|
name: "certbot"
|
||
|
state: "present"
|