Skip to content

Commit 3eee7c0

Browse files
authored
Merge pull request #128 from Icinga/fix/bug-in-default-filter
Fix sneaky bug in default filter for icinga2_ca_host
2 parents 2177c97 + 1628ca9 commit 3eee7c0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
bugfixes:
3+
- Fix bug in default filter for icinga2_ca_hos

roles/icinga2/tasks/features/api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
137137
- name: delegate ticket request to master
138138
shell: icinga2 pki ticket --cn "{{ icinga2_cert_name }}"
139-
delegate_to: "{{ icinga2_delegate_host | default('icinga2_ca_host') }}"
139+
delegate_to: "{{ icinga2_delegate_host | default(icinga2_ca_host) }}"
140140
register: icinga2_ticket
141141
when: icinga2_ca_host != 'none'
142142

0 commit comments

Comments
 (0)