Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

Commit

Permalink
Force copy SSL cert
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternak committed Apr 16, 2023
1 parent e546186 commit 57ae7dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible/roles/bpp-site/tasks/nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
copy:
src: "{{ ssl_certs_path }}/{{ django_hostname }}.{{ item }}"
dest: "/etc/ssl/private/{{ django_hostname }}.{{ item }}"
force: no
with_items: ['cert', 'key']
notify:
- reload nginx conf
Expand Down

0 comments on commit 57ae7dc

Please sign in to comment.