Remove ansible-pacemaker from overcloud image

The ansible-pacemaker module was added into the overcloud image at a
time we executed Ansible locally on the overcloud hosts. Now that
Ansible is executed from the undercloud, we only need such modules
installed on the undercloud.

This reverts commit 60f12230aa.

Change-Id: Ie52f46370604bcf2e18bc7a3c9467fea4602c83b
This commit is contained in:
Jiri Stransky 2022-11-04 13:24:31 +01:00
parent edbc5c3b61
commit 0ac6075520
2 changed files with 0 additions and 2 deletions

View File

@ -1,5 +1,4 @@
aide
ansible_pacemaker
crudini
gdisk
podman

View File

@ -1,7 +1,6 @@
{
"default": {
"aide": "aide",
"ansible_pacemaker": "ansible-pacemaker",
"crudini": "crudini",
"gdisk": "gdisk",
"podman": "podman",