Better and more consistent names.

This commit is contained in:
Hyperling 2021-02-01 06:43:32 -06:00
parent b1471edf52
commit a68bafd338

View File

@ -6,7 +6,7 @@
update_cache: yes update_cache: yes
when: ansible_pkg_mgr in ["apt", "pacman"] when: ansible_pkg_mgr in ["apt", "pacman"]
- name: Install Repo Software - name: Repo Install Software
package: package:
name: name:
- htop - htop
@ -15,7 +15,7 @@
- locate - locate
state: present state: present
- name: Update Repo Software - name: Repo Update Software
package: package:
name: name:
- ansible - ansible
@ -23,14 +23,14 @@
- sudo - sudo
state: latest state: latest
- name: Remove Repo Software - name: Repo Remove Software
package: package:
name: name:
- cowsay # Sorry ;) - cowsay # Sorry ;)
state: absent state: absent
# TODO: Confirm if Ubuntu still uses snap for critical components like GNOME. # TODO: Confirm if Ubuntu still uses snap for critical components like GNOME.
- name: Remove Repo Software - name: Repo Remove Software (Besides Ubuntu)
package: package:
name: name:
- snapd - snapd