summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw-carit.de>2018-06-15 07:08:24 +0200
committerTobias Henkel <tobias.henkel@bmw-carit.de>2018-06-15 07:08:24 +0200
commit6885b6aa06fdec402dcb0b78871687621c830cbb (patch)
tree5f5dec9ce1ea6dfa0fbbc25f613ceb24bef4e9f9 /playbooks
parent057d664ecc2ce151789e2488250b5e1da36d48a3 (diff)
downloadzuul-6885b6aa06fdec402dcb0b78871687621c830cbb.tar.gz
Rename action-general to actiongeneral
Some deployment methods require an __init__.py file in every directory containing python files. However action-general is no valid package name so we need to rename that. Change-Id: If15b0a6166538debc52df41c06767978ef183b05
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/zuul-stream/templates/ansible.cfg.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/zuul-stream/templates/ansible.cfg.j2 b/playbooks/zuul-stream/templates/ansible.cfg.j2
index e90a635f2..03dff15bb 100644
--- a/playbooks/zuul-stream/templates/ansible.cfg.j2
+++ b/playbooks/zuul-stream/templates/ansible.cfg.j2
@@ -3,7 +3,7 @@ inventory = {{ ansible_user_dir }}/inventory.yaml
gathering = smart
gather_subset = !all
lookup_plugins = {{ ansible_user_dir }}/src/git.openstack.org/openstack-infra/zuul/zuul/ansible/lookup
-action_plugins = {{ ansible_user_dir }}/src/git.openstack.org/openstack-infra/zuul/zuul/ansible/action-general:{{ ansible_user_dir }}/src/git.openstack.org/openstack-infra/zuul/zuul/ansible/action
+action_plugins = {{ ansible_user_dir }}/src/git.openstack.org/openstack-infra/zuul/zuul/ansible/actiongeneral:{{ ansible_user_dir }}/src/git.openstack.org/openstack-infra/zuul/zuul/ansible/action
callback_plugins = {{ ansible_user_dir }}/src/git.openstack.org/openstack-infra/zuul/zuul/ansible/callback:{{ ansible_user_dir }}/src/git.openstack.org/openstack/ara/ara/plugins/callbacks
module_utils = {{ ansible_user_dir }}/src/git.openstack.org/openstack-infra/zuul/zuul/ansible/module_utils
stdout_callback = zuul_stream