don't need to run disable-rpcbind playbook anymore
This commit is contained in:
parent
f8e43c894b
commit
a211a2465a
|
@ -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
|
||||
|
|
|
@ -9,4 +9,3 @@
|
|||
- turn-off-motd-news
|
||||
- apt-maintenance
|
||||
- ssh-enforcement
|
||||
- disable-rpcbind
|
||||
|
|
Loading…
Reference in New Issue