11 lines
182 B
YAML
11 lines
182 B
YAML
---
|
|
# main install certbot
|
|
# deprecated. Use container instead
|
|
|
|
|
|
- include: install.yml
|
|
when: certbot.uninstall != true
|
|
|
|
- include: uninstall.yml
|
|
when: certbot.uninstall == true
|