diff --git a/tasks/general/software/packages.yml b/tasks/general/software/packages.yml index 8ea3f8b..e36ff32 100644 --- a/tasks/general/software/packages.yml +++ b/tasks/general/software/packages.yml @@ -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: