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:
parent
bdfa671030
commit
ecfbc78ec2
@ -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}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user