netwærksmenu
This commit is contained in:
@@ -123,6 +123,14 @@
|
||||
- { src: 'wofi-config.j2', dest: 'wofi/config' }
|
||||
- { src: 'wofi-style.css.j2', dest: 'wofi/style.css' }
|
||||
|
||||
- name: "DOTFILES :: Kopier Wofi netværks-konfiguration"
|
||||
become: true
|
||||
become_user: "{{ username }}"
|
||||
ansible.builtin.template:
|
||||
src: "templates/wofi-config-network.j2"
|
||||
dest: "/home/{{ username }}/.config/wofi/config-network"
|
||||
mode: '0644'
|
||||
|
||||
- name: "TEMA :: Installer Atlantis skrifttype"
|
||||
ansible.builtin.copy:
|
||||
src: "files/fonts/"
|
||||
|
||||
Reference in New Issue
Block a user