Add some packages that should be kept up to date. Hopefully Debian gets to 2.8 sometime soon. May need to use a more bleeding edge repo if not.

This commit is contained in:
Hyperling 2021-02-01 06:40:23 -06:00
parent c7b0c4f265
commit b1471edf52

View File

@ -9,20 +9,27 @@
- name: Install Repo Software
package:
name:
- sudo
- htop
- neofetch
- "{{ sshfs }}"
- locate
state: present
- name: Update Repo Software
package:
name:
- ansible
- git
- sudo
state: latest
- name: Remove Repo Software
package:
name:
- cowsay # Sorry ;)
state: absent
# TODO: Confirm if Ubuntu still uses snap for critical UI components like GNOME.
# TODO: Confirm if Ubuntu still uses snap for critical components like GNOME.
- name: Remove Repo Software
package:
name: