Update Fedora playbooks

This commit is contained in:
Anthony Rose 2021-10-08 13:54:44 +01:00
parent c09c5e7b5f
commit ee935e2b1b
3 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -35,7 +35,6 @@
- lldb
- mc
- nmap
- nodejs
- onedrive
- openssh-server
- podman
@ -47,6 +46,5 @@
- sudo
- tmux
- vim
- wordgrinder
- zsh
- zstd