diff --git a/ubuntu/roles/common/tasks/main.yml b/ubuntu/roles/common/tasks/main.yml index c20dc75..afb2d4f 100644 --- a/ubuntu/roles/common/tasks/main.yml +++ b/ubuntu/roles/common/tasks/main.yml @@ -1,7 +1,7 @@ --- # This playbook contains common plays that will be run all nodes. -- name: Install python-apt, aptitude, and debconf-utils (22.04) +- name: Install python-apt, aptitude, and debconf-utils shell: apt update && apt -y install python3-apt aptitude debconf-utils - name: Do any package upgrades apt: upgrade=dist diff --git a/ubuntu/site.yml b/ubuntu/site.yml index 1c6921c..59ac057 100644 --- a/ubuntu/site.yml +++ b/ubuntu/site.yml @@ -9,4 +9,3 @@ - turn-off-motd-news - apt-maintenance - ssh-enforcement - - disable-rpcbind