Skip to content

Commit

Permalink
Stop breaking mode on this dir; groups still need read/list, and new …
Browse files Browse the repository at this point in the history
…files should inherit group
  • Loading branch information
dale-c-anderson committed Feb 23, 2021
1 parent 5d80349 commit 818ae86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
file:
path: "/usr/local/ssl/private"
state: directory
mode: 0700
mode: "2750"

- name: Create dhparams.pem (can take several minutes)
shell: umask 077 && openssl dhparam -out /usr/local/ssl/private/dhparams.pem 2048
Expand Down

0 comments on commit 818ae86

Please sign in to comment.