don't need to run disable-rpcbind playbook anymore

This commit is contained in:
packetcat 2024-06-29 16:25:22 -04:00
parent f8e43c894b
commit a211a2465a
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -9,4 +9,3 @@
- turn-off-motd-news
- apt-maintenance
- ssh-enforcement
- disable-rpcbind