You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/09/17 19:02:00 UTC

[airavata] branch staging updated: Remove letsencrypt specific versions

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/staging by this push:
     new aac966f  Remove letsencrypt specific versions
aac966f is described below

commit aac966fe4f35a5d2783e697f128eb299a0c21dc6
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Tue Sep 17 14:53:41 2019 -0400

    Remove letsencrypt specific versions
---
 dev-tools/ansible/roles/letsencrypt/tasks/main.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-tools/ansible/roles/letsencrypt/tasks/main.yml b/dev-tools/ansible/roles/letsencrypt/tasks/main.yml
index 42dbda9..f4b4488 100644
--- a/dev-tools/ansible/roles/letsencrypt/tasks/main.yml
+++ b/dev-tools/ansible/roles/letsencrypt/tasks/main.yml
@@ -23,9 +23,9 @@
 - name: install certbot and dependencies
   yum: name={{ item }} state=installed update_cache=yes
   with_items:
-    - certbot-0.34.2-3.el7
-    - python2-acme-0.34.2-1.el7
-    - python2-certbot-apache-0.34.2-1.el7
+    - certbot
+    - python2-acme
+    - python2-certbot-apache
   become_user: root
 
 - name: enable certbot (letsencrypt) renewal