chore: Linting 🚨
Some checks failed
CI / lint (push) Successful in 1m50s
CI / Molecule Test (almalinux8) (push) Failing after 2m36s
CI / Molecule Test (almalinux9) (push) Failing after 2m22s
CI / release (push) Has been skipped
CI / notify (push) Has been skipped

This commit is contained in:
2025-03-04 06:49:23 +13:00
parent 3edd1445b0
commit eda8282a35
6 changed files with 11 additions and 9 deletions

View File

@@ -24,7 +24,7 @@
set_fact:
output: '{{ res.content | from_json }}'
when: cmk_add_host
- name: cmk_discovery (legacy)
uri:
method: POST
@@ -36,7 +36,7 @@
become: false
when: >
cmk_add_host and output.result_code == 0 or cmk_force_install
- name: cmk_apply (legacy)
uri:
method: POST