From 9ce3460e5c6c8eb63af214028c41bc6a6ed6b3e2 Mon Sep 17 00:00:00 2001 From: shockrah Date: Thu, 3 Mar 2022 18:07:41 -0800 Subject: [PATCH] * 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 --- playbooks/athens-common/update-certs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/athens-common/update-certs.yml b/playbooks/athens-common/update-certs.yml index 50f6118..5878f31 100644 --- a/playbooks/athens-common/update-certs.yml +++ b/playbooks/athens-common/update-certs.yml @@ -1,5 +1,5 @@ --- -- include_tasks: '../beta/certbot.yml' -- include_tasks: '../alpha/certbot.yml' +- import_playbook: '../beta/certbot.yml' +- import_playbook: '../alpha/certbot.yml'