Skip to content

Commit

Permalink
Fix deployment issue caused by bad permissions on fakemail home direc…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
aled committed Jul 20, 2024
1 parent 768328a commit 23acad1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible-provisioning/install-opensmtpd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
shell: /bin/bash
group: fakemail

- name: Add group execute/write permission to fakemail home dir
- name: Add group execute permission to fakemail home dir
ansible.builtin.file:
path: "/home/fakemail"
state: directory
mode: '0770'
mode: '0750'
recurse: no

- name: Create .ssh directory
Expand Down

0 comments on commit 23acad1

Please sign in to comment.