* Fixing common cert update playbook

Relevant vars are found in .env/certbot.yml (outside of git)
import_playbook is apparantly how we can call all cert update scripts
This commit is contained in:
shockrah 2022-03-03 18:07:41 -08:00
parent b16f6d8d12
commit 9ce3460e5c

View File

@ -1,5 +1,5 @@
---
- include_tasks: '../beta/certbot.yml'
- include_tasks: '../alpha/certbot.yml'
- import_playbook: '../beta/certbot.yml'
- import_playbook: '../alpha/certbot.yml'