fix base & bootloader

This commit is contained in:
LinuxSquare 2024-06-27 19:50:37 +02:00
parent dd15132a6c
commit fdb83ef996
2 changed files with 4 additions and 4 deletions

View file

@ -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'

View file

@ -1,6 +1,6 @@
- hosts: localhost
vars_files:
- /map.yml
- ../map.yml
tasks:
- name: Install bootloader pkgs
package: