Skip to content

Commit

Permalink
Manage user owner of cert
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Nov 29, 2023
1 parent 4ffdc12 commit e8a4e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/manage-server/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
copy:
src: "{{ inventory_dir }}/files/certs/invite/public_key.pem"
dest: "{{ manage_dir }}/public_invite_key.pem"
owner: "root"
group: root
owner: manage
group: manage
mode: "0740"
notify:
- "restart manage"
Expand Down

0 comments on commit e8a4e56

Please sign in to comment.