update
This commit is contained in:
@@ -107,8 +107,10 @@
|
||||
masked: yes
|
||||
name: power-profiles-daemon
|
||||
|
||||
- name: Add user to adm group
|
||||
- name: Add user to groups
|
||||
ansible.builtin.user:
|
||||
name: user
|
||||
groups: adm
|
||||
append: yes
|
||||
groups: "{{ item }}"
|
||||
append: yes
|
||||
with_items: "{{ groups_to_add }}"
|
||||
|
||||
|
||||
@@ -81,4 +81,13 @@ services_to_enable:
|
||||
|
||||
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/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