diff --git a/system/base.ansible.yml b/system/base.ansible.yml index 02e76c0..fd01ca7 100644 --- a/system/base.ansible.yml +++ b/system/base.ansible.yml @@ -37,10 +37,10 @@ state: started name: modules enabled: true - - name: Tun permission service - file: - path: "/etc/init.d/tun-perm" + - name: Tun permission service-file + template: src: files/base_tun-perm.initd + dest: "/etc/init.d/tun-perm" owner: root group: root mode: '0755' diff --git a/system/bootloader.ansible.yml b/system/bootloader.ansible.yml index 8bc78f1..f6f6b31 100644 --- a/system/bootloader.ansible.yml +++ b/system/bootloader.ansible.yml @@ -1,6 +1,6 @@ - hosts: localhost vars_files: - - /map.yml + - ../map.yml tasks: - name: Install bootloader pkgs package: