Skip to content

Commit

Permalink
Only apply permissions on non let's encrypt keys
Browse files Browse the repository at this point in the history
  • Loading branch information
nuriel77 committed Jun 5, 2018
1 parent c80b9fe commit 3004e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/iri/tasks/ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@
with_items:
- "{{ ssl_key_file }}"
- "{{ ssl_certkey_file }}"
when: letsencrypt is not defined or letsencrypt|bool == False

0 comments on commit 3004e79

Please sign in to comment.