Script til application menu
This commit is contained in:
@@ -151,6 +151,13 @@
|
||||
dest: "/home/{{ username }}/.local/bin/hypr-keys.sh"
|
||||
mode: '0755'
|
||||
|
||||
- name: "LAUNCHER SCRIPT :: Opret wofi launcher script"
|
||||
become: true
|
||||
become_user: "{{ username }}"
|
||||
ansible.builtin.template:
|
||||
src: "templates/launch-wofi.sh.j2"
|
||||
dest: "/home/{{ username }}/.local/bin/launch_wofi.sh"
|
||||
mode: '0755'
|
||||
|
||||
- name: "FIREWALL :: Konfigurer UFW's standardpolitikker"
|
||||
tags: firewall
|
||||
|
||||
Reference in New Issue
Block a user