update
This commit is contained in:
@@ -107,8 +107,10 @@
|
|||||||
masked: yes
|
masked: yes
|
||||||
name: power-profiles-daemon
|
name: power-profiles-daemon
|
||||||
|
|
||||||
- name: Add user to adm group
|
- name: Add user to groups
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: user
|
name: user
|
||||||
groups: adm
|
groups: "{{ item }}"
|
||||||
append: yes
|
append: yes
|
||||||
|
with_items: "{{ groups_to_add }}"
|
||||||
|
|
||||||
|
|||||||
@@ -82,3 +82,12 @@ services_to_enable:
|
|||||||
fonts:
|
fonts:
|
||||||
- {url: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.2/FiraMono.zip, name: 'Fira*Mono*'}
|
- {url: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.2/FiraMono.zip, name: 'Fira*Mono*'}
|
||||||
- {url: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.2/FiraCode.zip, name: 'Fira*Code*'}
|
- {url: https://github.com/ryanoasis/nerd-fonts/releases/download/v2.2.2/FiraCode.zip, name: 'Fira*Code*'}
|
||||||
|
|
||||||
|
|
||||||
|
group_to_add:
|
||||||
|
- adm
|
||||||
|
- libvirt
|
||||||
|
- libvirt-qemu
|
||||||
|
- kvm
|
||||||
|
- input
|
||||||
|
- disk
|
||||||
Reference in New Issue
Block a user