Skip to content

Commit 278cb43

Browse files
authored
Fix icinga2_ca_host_port cleanup argument name (#331)
1 parent 5f5eaed commit 278cb43

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
bugfixes:
3+
- "Icinga2: Correctly rename cleanup argument from icinga2_ca_host_port to ca_host_port"

roles/icinga2/tasks/features/api.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- name: api feature cleanup arguments list
2323
set_fact:
2424
args: "{{ args|default({}) | combine({idx.key: idx.value}) }}"
25-
when: idx.key not in ['ca_host', 'icinga2_ca_host_port', 'cert_name', 'ca_fingerprint', 'force_newcert', 'zones', 'endpoints', 'ssl_cacert', 'ssl_key', 'ssl_cert' ]
25+
when: idx.key not in ['ca_host', 'ca_host_port', 'cert_name', 'ca_fingerprint', 'force_newcert', 'zones', 'endpoints', 'ssl_cacert', 'ssl_key', 'ssl_cert' ]
2626
loop: "{{ icinga2_dict_features.api |dict2items }}"
2727
loop_control:
2828
loop_var: idx

0 commit comments

Comments
 (0)