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'