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: modules.yml
|
||||||
- include: ssh.yml
|
- include: ssh.yml
|
||||||
- include: solokeys.yml
|
- include: solokeys.yml
|
||||||
- include: vscodium.yml
|
- include: vscode.yml
|
||||||
when: gui == true
|
when: gui == true
|
||||||
- include: packagekit.yml
|
- include: packagekit.yml
|
||||||
|
|
|
@ -27,3 +27,9 @@
|
||||||
enabled: no
|
enabled: no
|
||||||
masked: yes
|
masked: yes
|
||||||
state: stopped
|
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
|
- lldb
|
||||||
- mc
|
- mc
|
||||||
- nmap
|
- nmap
|
||||||
- nodejs
|
|
||||||
- onedrive
|
- onedrive
|
||||||
- openssh-server
|
- openssh-server
|
||||||
- podman
|
- podman
|
||||||
|
@ -47,6 +46,5 @@
|
||||||
- sudo
|
- sudo
|
||||||
- tmux
|
- tmux
|
||||||
- vim
|
- vim
|
||||||
- wordgrinder
|
|
||||||
- zsh
|
- zsh
|
||||||
- zstd
|
- zstd
|
||||||
|
|
Loading…
Reference in a new issue