Fix non-working roles
This commit is contained in:
parent
af408b2869
commit
7de3f1032c
@ -4,13 +4,13 @@
|
|||||||
- prepare
|
- prepare
|
||||||
- systemd-boot
|
- systemd-boot
|
||||||
- ubuntu
|
- ubuntu
|
||||||
- prusa-slicer
|
- desktop
|
||||||
|
- dwm
|
||||||
- dev-java
|
- dev-java
|
||||||
- autofs
|
- autofs
|
||||||
- dwm
|
- prusa-slicer
|
||||||
- docker
|
- docker
|
||||||
- laptop
|
- laptop
|
||||||
- desktop
|
|
||||||
- backup
|
- backup
|
||||||
- gaming
|
- gaming
|
||||||
|
|
||||||
|
@ -88,7 +88,6 @@
|
|||||||
- ttf-fira-code
|
- ttf-fira-code
|
||||||
- ttf-font-awesome
|
- ttf-font-awesome
|
||||||
- ttf-liberation
|
- ttf-liberation
|
||||||
- ttf-symbola
|
|
||||||
- ttf-ubuntu-font-family
|
- ttf-ubuntu-font-family
|
||||||
|
|
||||||
- name: "Enable network manager"
|
- name: "Enable network manager"
|
||||||
|
@ -38,6 +38,11 @@
|
|||||||
make:
|
make:
|
||||||
chdir: "{{ desktop_src_dir }}/dwm"
|
chdir: "{{ desktop_src_dir }}/dwm"
|
||||||
|
|
||||||
|
- name: ensure that xsessions directory exists
|
||||||
|
file:
|
||||||
|
path: /usr/share/xsessions
|
||||||
|
state: directory
|
||||||
|
|
||||||
- name: copy xsession
|
- name: copy xsession
|
||||||
become: yes
|
become: yes
|
||||||
copy:
|
copy:
|
||||||
@ -56,6 +61,7 @@
|
|||||||
dest: /usr/share/xsessions/dwm-gnome.desktop
|
dest: /usr/share/xsessions/dwm-gnome.desktop
|
||||||
|
|
||||||
- name: Create gnome session dir
|
- name: Create gnome session dir
|
||||||
|
become: yes
|
||||||
file:
|
file:
|
||||||
path: /usr/share/gnome-session/sessions
|
path: /usr/share/gnome-session/sessions
|
||||||
state: directory
|
state: directory
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
command:
|
command:
|
||||||
chdir: "{{ arch_src_dir }}/yay"
|
chdir: "{{ arch_src_dir }}/yay"
|
||||||
cmd:
|
cmd:
|
||||||
makepkg -si --needed
|
makepkg -si --needed --noconfirm
|
||||||
|
|
||||||
- name: update yay cache
|
- name: update yay cache
|
||||||
shell:
|
shell:
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
- include_tasks: install-program.yml
|
- include_tasks: install-program.yml
|
||||||
|
|
||||||
- include_tasks: config-repository.yml
|
- include_tasks: config-repository.yml
|
||||||
|
when: ansible_distribution == "Ubuntu"
|
||||||
|
Loading…
Reference in New Issue
Block a user