From b1d583d97c8f94123dcdf54dbba8038cd539b705 Mon Sep 17 00:00:00 2001 From: Zolfa Date: Wed, 29 Apr 2020 02:27:23 +0200 Subject: [PATCH] roles/certbot: allow duplicated instances Needed to have multiple certbot calls for differents domain in the same host in the same playbook. --- roles/certbot/meta/main.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 roles/certbot/meta/main.yaml diff --git a/roles/certbot/meta/main.yaml b/roles/certbot/meta/main.yaml new file mode 100644 index 0000000..f55a36f --- /dev/null +++ b/roles/certbot/meta/main.yaml @@ -0,0 +1,3 @@ +--- +allow_duplicates: true +...