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
|
- name: Install Repo Software
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- sudo
|
|
||||||
- htop
|
- htop
|
||||||
- neofetch
|
- neofetch
|
||||||
- "{{ sshfs }}"
|
- "{{ sshfs }}"
|
||||||
- locate
|
- locate
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: Update Repo Software
|
||||||
|
package:
|
||||||
|
name:
|
||||||
|
- ansible
|
||||||
|
- git
|
||||||
|
- sudo
|
||||||
|
state: latest
|
||||||
|
|
||||||
- name: Remove Repo Software
|
- name: Remove Repo Software
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- cowsay # Sorry ;)
|
- cowsay # Sorry ;)
|
||||||
state: absent
|
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
|
- name: Remove Repo Software
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user