mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
Merge pull request #20910 from ceph/fix_callback_plugins_dir
ceph-volume: fix action plugins path in tests Reviewed-by: Andrew Schoen <aschoen@redhat.com>
This commit is contained in:
commit
e27f9fb281
@ -10,6 +10,7 @@ whitelist_externals =
|
||||
passenv=*
|
||||
setenv=
|
||||
ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config
|
||||
ANSIBLE_ACTION_PLUGINS = {envdir}/tmp/ceph-ansible/plugins/actions
|
||||
ANSIBLE_STDOUT_CALLBACK = debug
|
||||
ANSIBLE_RETRY_FILES_ENABLED = False
|
||||
ANSIBLE_SSH_RETRIES = 5
|
||||
|
@ -11,6 +11,7 @@ whitelist_externals =
|
||||
passenv=*
|
||||
setenv=
|
||||
ANSIBLE_SSH_ARGS = -F {changedir}/vagrant_ssh_config
|
||||
ANSIBLE_ACTION_PLUGINS = {envdir}/tmp/ceph-ansible/plugins/actions
|
||||
ANSIBLE_STDOUT_CALLBACK = debug
|
||||
ANSIBLE_RETRY_FILES_ENABLED = False
|
||||
ANSIBLE_SSH_RETRIES = 5
|
||||
|
Loading…
Reference in New Issue
Block a user