Remove ANSIBLE_ACTION_PLUGINS override

As ceph-ansible [1] now use upstream version of config_template,
there's no reason to carry override of ANSIBLE_ACTION_PLUGINS

[1] https://github.com/ceph/ceph-ansible/pull/7048

Change-Id: Ieee49638de53b0b93ac8085abca003216c3e7615
This commit is contained in:
Dmitriy Rabotyagov 2022-01-13 17:31:30 +02:00 committed by Dmitriy Rabotyagov
parent bdfa671030
commit ecfbc78ec2

View File

@ -28,7 +28,6 @@ export ANSIBLE_COLLECTIONS_PATH="${ANSIBLE_COLLECTIONS_PATH:-/etc/ansible}"
export ANSIBLE_LIBRARY="${ANSIBLE_LIBRARY:-/etc/ansible/roles/ceph-ansible/library}"
export ANSIBLE_FILTER_PLUGINS="${ANSIBLE_FILTER_PLUGINS:-/etc/ansible/roles/ceph-ansible/plugins/filter}"
export ANSIBLE_ACTION_PLUGINS="${ANSIBLE_ACTION_PLUGINS:-/etc/ansible/roles/ceph-ansible/plugins/actions}"
export ANSIBLE_CALLBACK_PLUGINS="${ANSIBLE_CALLBACK_PLUGINS:-/etc/ansible/roles/ceph-ansible/plugins/callback}"
export ANSIBLE_MODULE_UTILS="${ANSIBLE_MODULE_UTILS:-/etc/ansible/roles/ceph-ansible/module_utils}"