fixed fileextension

This commit is contained in:
Bastian 2019-03-27 15:14:23 +01:00
parent 8ad83aa956
commit fff7a8d27f
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.sh mode=0755
copy: src=blacklist.json dest=/etc/fastd/{{ site_code }}/vpn-blacklist/blacklist.json mode=0755
- name: Enable fastd {{ site_code }}
service: name=fastd@{{ site_code }}{{ item }} enabled=yes