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:
parent
c7b0c4f265
commit
b1471edf52
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user