[SUCS Devel] [Git][sucs/sucs][master] 2 commits: Update le role to work with ansible 2.1

Imran Hussain imranh at sucs.org
Wed Nov 9 10:36:59 GMT 2016


Imran Hussain pushed to branch master at sucs / SUCS


Commits:
7b0090d2 by Imran Hussain at 2016-11-09T10:38:19+00:00
Update le role to work with ansible 2.1

- - - - -
91384756 by Imran Hussain at 2016-11-09T10:38:54+00:00
Merge branch 'master' of projects.sucs.org:sucs/sucs

- - - - -


1 changed file:

- ansible/roles/letsencrypt/tasks/main.yml


Changes:

=====================================
ansible/roles/letsencrypt/tasks/main.yml
=====================================
--- a/ansible/roles/letsencrypt/tasks/main.yml
+++ b/ansible/roles/letsencrypt/tasks/main.yml
@@ -6,5 +6,5 @@
   register: le_firstrun
       
 - name: No cert found! Attempt to get the certificate
-  command: "certbot --non-interactive --agree-tos --email {{ le_email }} certonly --webroot -w {{ le_webroot_path }} -d {{ le_cert_domains }}"
+  command: "certbot --non-interactive --agree-tos --email {{ le_email }} certonly --webroot -w {{ le_webroot_path }} -d {{ le_cert_domains | join(',') }}"
   when: le_firstrun.stat.exists == False
\ No newline at end of file



View it on GitLab: https://projects.sucs.org/sucs/sucs/compare/31f5043e142d13f19bc8e0a69342dbc4576ca35f...913847563a5538f1459ec43916dad71143f4e071
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sucs.org/pipermail/devel/attachments/20161109/d85b89d6/attachment.html>


More information about the Devel mailing list