summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2022-05-04 14:20:16 -0700
committerClark Boylan <clark.boylan@gmail.com>2022-05-04 14:20:16 -0700
commitf623adefab38d3603b08643b2eca5d03a2d9e802 (patch)
treef079e6127574d2eb3f3856f53ea3787d781b70be /tools
parent4151f91684091411fc13c747fffe2114fdb4e25c (diff)
downloadzuul-f623adefab38d3603b08643b2eca5d03a2d9e802.tar.gz
Cleanup actiongeneral usage
A couple of locations continue to reference actiongeneral which has been removed. Update these locations to use action as the current location for these plugins. Change-Id: I71c03d2c0a84592be66fa0d84bc684684a392a27
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test-logs.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/test-logs.sh b/tools/test-logs.sh
index d71b9b7f9..046743aca 100755
--- a/tools/test-logs.sh
+++ b/tools/test-logs.sh
@@ -66,12 +66,12 @@ gathering = smart
gather_subset = !all
fact_caching = jsonfile
fact_caching_connection = ~/.cache/facts
-lookup_plugins = ${ZUUL_ANSIBLE}/zuul/ansible/lookup
-callback_plugins = ${ZUUL_ANSIBLE}/zuul/ansible/callback:$ARA_DIR/plugins/callbacks
-action_plugins = ${ZUUL_ANSIBLE}/zuul/ansible/actiongeneral:${ZUUL_ANSIBLE}/zuul/ansible/actiontrusted
-module_utils = ${ZUUL_ANSIBLE}/zuul/ansible/module_utils
+lookup_plugins = ${ZUUL_ANSIBLE}/zuul/ansible/base/lookup
+callback_plugins = ${ZUUL_ANSIBLE}/zuul/ansible/base/callback:$ARA_DIR/plugins/callbacks
+action_plugins = ${ZUUL_ANSIBLE}/zuul/ansible/base/action
+module_utils = ${ZUUL_ANSIBLE}/zuul/ansible/base/module_utils
stdout_callback = zuul_stream
-library = ${ZUUL_ANSIBLE}/zuul/ansible/library
+library = ${ZUUL_ANSIBLE}/zuul/ansible/base/library
retry_files_enabled = False
EOF