Adjusted Permissions

This commit is contained in:
Bastian 2019-03-27 15:16:32 +01:00
parent fff7a8d27f
commit 4b216f8d1f
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
file: path=/etc/fastd/{{ site_code }}/vpn-blacklist/ state=directory
- name: Create Blacklist file
copy: src=blacklist.json dest=/etc/fastd/{{ site_code }}/vpn-blacklist/blacklist.json mode=0755
copy: src=blacklist.json dest=/etc/fastd/{{ site_code }}/vpn-blacklist/blacklist.json mode=0644
- name: Enable fastd {{ site_code }}
service: name=fastd@{{ site_code }}{{ item }} enabled=yes