Browse Source

roles/certbot: allow duplicated instances

Needed to have multiple certbot calls for differents domain in the
same host in the same playbook.
python3
Zolfa 4 years ago
parent
commit
b1d583d97c
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      roles/certbot/meta/main.yaml

+ 3
- 0
roles/certbot/meta/main.yaml View File

@ -0,0 +1,3 @@
---
allow_duplicates: true
...

Loading…
Cancel
Save