Instructions


  1. Update the local package cache and upgrade all installed packages.

    1# Update repo cache 2sudo apt-get -y update 3 4# Upgrade all packages 5sudo apt -y dist-upgrade 6 7# Remove unused dependency packages for all modules except build-dep 8sudo apt -y autoremove

This task is included in the Bitbucket repo “UMD-iSchool-IT/ansible-role-base” by “tasks/apt.yml”