diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-10-15 09:07:33 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-10-15 09:07:33 -0400 |
commit | 83d495ad82543193fbd031ff11f3ed8526b4e7ab (patch) | |
tree | 250a74dd72e23e698ff96761cf92d0d957465ab0 | |
parent | 27c48ad832a8a80c2f2d28e64011d785781137d2 (diff) | |
download | emacsconf-ansible-83d495ad82543193fbd031ff11f3ed8526b4e7ab.tar.xz emacsconf-ansible-83d495ad82543193fbd031ff11f3ed8526b4e7ab.zip |
Fix init.d permissions
Diffstat (limited to '')
-rw-r--r-- | pad/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pad/tasks/main.yml b/pad/tasks/main.yml index ecfd1d0..01b2da7 100644 --- a/pad/tasks/main.yml +++ b/pad/tasks/main.yml @@ -74,7 +74,7 @@ dest: /etc/init.d/etherpad owner: root group: root - mode: 0644 + mode: 0755 when: use_initd - name: Install systemd configuration tags: system |