Skip to content

Commit

Permalink
Try to fix key injection.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Oct 30, 2024
1 parent d4df7d4 commit d220b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/targets/bakery/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ansible.builtin.include_vars: /home/runner/work/ansible-collection-checkmk.general/ansible-collection-checkmk.general/ansible_collections/checkmk/general/tests/integration/files/includes/vars/global.yml

- name: "Inject a Key into the Sites." # noqa no-changed-when
ansible.builtin.command: docker cp ../files/agent_signature_keys.mk {{ item.site }}:/omd/sites/{{ item.site }}/etc/check_mk/multisite.d/wato/agent_signature_keys.mk
ansible.builtin.command: docker cp targets/bakery/files/agent_signature_keys.mk {{ item.site }}:/omd/sites/{{ item.site }}/etc/check_mk/multisite.d/wato/agent_signature_keys.mk
loop: "{{ checkmk_var_test_sites }}"

- name: "Testing."
Expand Down

0 comments on commit d220b46

Please sign in to comment.