Update aptitude -> apt references

This commit is contained in:
2024-06-29 01:33:08 -04:00
parent 7026cee4d3
commit e26a2f3ca5
4 changed files with 7 additions and 7 deletions

View File

@ -121,7 +121,7 @@
name: python-is-python3
state: latest
- name: aptitude dist upgrade and cleanup
- name: apt dist upgrade and cleanup
apt:
update_cache: yes
autoremove: yes
@ -150,7 +150,7 @@
import_role:
name: pvc
- name: aptitude full upgrade and cleanup
- name: apt full upgrade and cleanup
apt:
update_cache: yes
autoremove: yes