Skip to content

Commit 0cb533d

Browse files
committed
Clean up defaults
1 parent 7dee4ce commit 0cb533d

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

roles/zuulnodepool/defaults/main.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ ci_roles:
88
repo: https://github.com/openstack/ansible-role-nodepool
99
- name: ansible-role-zuul
1010
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
name: "{{item.name}}"
4848
with_items: "{{ ci_roles }}"
4949
vars:
50-
nodepool_install_method: "{{ nodepool_install_method }}"
51-
nodepool_file_nodepool_launcher_service_config_src: "{{ nodepool_file_nodepool_launcher_service_config_src}}"
50+
nodepool_install_method: "git"
51+
nodepool_file_nodepool_launcher_service_config_src: files/nodepool-enable-webapp.conf
5252

5353
- name: Create zuul.conf
5454
template:

0 commit comments

Comments
 (0)