Add additional KDE programs
This commit is contained in:
parent
2dcb481325
commit
1a588288a1
1 changed files with 11 additions and 1 deletions
|
@ -16,8 +16,18 @@
|
||||||
- name: Install KDE Plasma packages
|
- name: Install KDE Plasma packages
|
||||||
become: true
|
become: true
|
||||||
community.general.pkgng:
|
community.general.pkgng:
|
||||||
name: plasma5-plasma,sddm,konsole,dolphin
|
name: plasma5-plasma,sddm
|
||||||
state: present
|
state: present
|
||||||
|
- name: Install additional KDE packages
|
||||||
|
become: true
|
||||||
|
community.general.pkgng:
|
||||||
|
name: '{{ packages }}'
|
||||||
|
state: present
|
||||||
|
vars:
|
||||||
|
packages:
|
||||||
|
- dolphin
|
||||||
|
- kate
|
||||||
|
- konsole
|
||||||
- name: Start dbus at boot
|
- name: Start dbus at boot
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
|
|
Loading…
Reference in a new issue