We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dee4ce commit 0cb533dCopy full SHA for 0cb533d
2 files changed
roles/zuulnodepool/defaults/main.yaml
@@ -8,5 +8,3 @@ ci_roles:
8
repo: https://github.com/openstack/ansible-role-nodepool
9
- name: ansible-role-zuul
10
repo: https://github.com/openstack/ansible-role-zuul
11
-nodepool_install_method: git
12
-nodepool_file_nodepool_launcher_service_config_src: files/nodepool-enable-webapp.conf
roles/zuulnodepool/tasks/main.yaml
@@ -47,8 +47,8 @@
47
name: "{{item.name}}"
48
with_items: "{{ ci_roles }}"
49
vars:
50
- nodepool_install_method: "{{ nodepool_install_method }}"
51
- nodepool_file_nodepool_launcher_service_config_src: "{{ nodepool_file_nodepool_launcher_service_config_src}}"
+ nodepool_install_method: "git"
+ nodepool_file_nodepool_launcher_service_config_src: files/nodepool-enable-webapp.conf
52
53
- name: Create zuul.conf
54
template:
0 commit comments