Update Fedora playbooks
This commit is contained in:
parent
c09c5e7b5f
commit
ee935e2b1b
3 changed files with 7 additions and 3 deletions
|
@ -19,6 +19,6 @@
|
|||
- include: modules.yml
|
||||
- include: ssh.yml
|
||||
- include: solokeys.yml
|
||||
- include: vscodium.yml
|
||||
- include: vscode.yml
|
||||
when: gui == true
|
||||
- include: packagekit.yml
|
||||
|
|
|
@ -27,3 +27,9 @@
|
|||
enabled: no
|
||||
masked: yes
|
||||
state: stopped
|
||||
- name: Enable automatic updates
|
||||
become: true
|
||||
ansible.builtin.systemd:
|
||||
name: dnf-automatic-install.timer
|
||||
enabled: yes
|
||||
state: started
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
- lldb
|
||||
- mc
|
||||
- nmap
|
||||
- nodejs
|
||||
- onedrive
|
||||
- openssh-server
|
||||
- podman
|
||||
|
@ -47,6 +46,5 @@
|
|||
- sudo
|
||||
- tmux
|
||||
- vim
|
||||
- wordgrinder
|
||||
- zsh
|
||||
- zstd
|
||||
|
|
Loading…
Reference in a new issue