From fdb83ef996c731d173d4a87e7c2744dac7e4a132 Mon Sep 17 00:00:00 2001 From: LinuxSquare Date: Thu, 27 Jun 2024 19:50:37 +0200 Subject: [PATCH] fix base & bootloader --- system/base.ansible.yml | 6 +++--- system/bootloader.ansible.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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: