Skip to content

Commit 16cdf56

Browse files
committed
Try to fix molecule errors again.
1 parent cb3487f commit 16cdf56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

roles/agent/molecule/2.0.0/group_vars/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ checkmk_agent_tls: 'false'
3030
checkmk_agent_configure_firewall: 'false'
3131
checkmk_agent_force_install: 'false'
3232
checkmk_agent_prep_legacy: 'false'
33-
checkmk_agent_delegate_api_calls: localhost
33+
checkmk_agent_delegate_api_calls: "{{ inventory_hostname }}"
3434
checkmk_agent_delegate_download: "{{ inventory_hostname }}"
3535
checkmk_agent_host_name: "{{ inventory_hostname }}"
3636
checkmk_agent_folder: "{{ checkmk_folder_path | default('/') }}"

roles/agent/molecule/2.1.0/group_vars/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ checkmk_agent_tls: 'false'
3030
checkmk_agent_configure_firewall: 'false'
3131
checkmk_agent_force_install: 'false'
3232
checkmk_agent_prep_legacy: 'false'
33-
checkmk_agent_delegate_api_calls: localhost
33+
checkmk_agent_delegate_api_calls: "{{ inventory_hostname }}"
3434
checkmk_agent_delegate_download: "{{ inventory_hostname }}"
3535
checkmk_agent_host_name: "{{ inventory_hostname }}"
3636
checkmk_agent_folder: "{{ checkmk_folder_path | default('/') }}"

roles/agent/molecule/2.2.0/group_vars/all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ checkmk_agent_tls: 'false'
3030
checkmk_agent_configure_firewall: 'false'
3131
checkmk_agent_force_install: 'false'
3232
checkmk_agent_prep_legacy: 'false'
33-
checkmk_agent_delegate_api_calls: localhost
33+
checkmk_agent_delegate_api_calls: "{{ inventory_hostname }}"
3434
checkmk_agent_delegate_download: "{{ inventory_hostname }}"
3535
checkmk_agent_host_name: "{{ inventory_hostname }}"
3636
checkmk_agent_folder: "{{ checkmk_folder_path | default('/') }}"

0 commit comments

Comments
 (0)