Skip to content

Commit

Permalink
Merge pull request #4 from Rosa-Luxemburgstiftung-Berlin/fix-cert-update
Browse files Browse the repository at this point in the history
fixed cert update handling
  • Loading branch information
zerwes authored Nov 14, 2023
2 parents 60d0143 + 0a6b67b commit daf4cef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@
ansible.builtin.service:
name: openproject
state: restarted

- name: apache2 restart
ansible.builtin.service:
name: apache2
state: restarted
3 changes: 3 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
mode: "0640"
group: root
owner: root
notify:
- openproject restart
- apache2 restart
diff: "{{ openproject_show_diff | default(false) | bool }}"
with_items:
- "{{ openproject_filename_cert }}"
Expand Down

0 comments on commit daf4cef

Please sign in to comment.