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 2020/01/14 14:03:26 UTC

[airavata] branch master updated: Ansible: add daemon-reload to letsencrypt systemd commands

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bb891f7  Ansible: add daemon-reload to letsencrypt systemd commands
bb891f7 is described below

commit bb891f7527a18c161fab5822c5cfd47ea41255e6
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Tue Jan 14 09:03:11 2020 -0500

    Ansible: add daemon-reload to letsencrypt systemd commands
---
 dev-tools/ansible/roles/letsencrypt/tasks/main.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-tools/ansible/roles/letsencrypt/tasks/main.yml b/dev-tools/ansible/roles/letsencrypt/tasks/main.yml
index f4b4488..0c46e46 100644
--- a/dev-tools/ansible/roles/letsencrypt/tasks/main.yml
+++ b/dev-tools/ansible/roles/letsencrypt/tasks/main.yml
@@ -33,6 +33,7 @@
     state: started
     enabled: true
     name: certbot-renew
+    daemon_reload: true
   become: true
   become_user: root
 
@@ -41,5 +42,6 @@
     state: started
     enabled: true
     name: certbot-renew.timer
+    daemon_reload: true
   become: true
   become_user: root