* 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:
parent
b16f6d8d12
commit
9ce3460e5c
@ -1,5 +1,5 @@
|
||||
---
|
||||
- include_tasks: '../beta/certbot.yml'
|
||||
- include_tasks: '../alpha/certbot.yml'
|
||||
- import_playbook: '../beta/certbot.yml'
|
||||
- import_playbook: '../alpha/certbot.yml'
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user