Compare commits

...

2 Commits

Author SHA1 Message Date
9cafba2e24 chore: check output var
All checks were successful
CI / lint (push) Successful in 11s
CI / Molecule Test (almalinux9) (push) Successful in 2m45s
CI / Molecule Test (almalinux8) (push) Successful in 2m51s
CI / release (push) Successful in 21s
CI / notify (push) Successful in 5s
2024-06-02 08:22:50 +12:00
8f0116e5a9 check variable
Some checks failed
CI / lint (push) Failing after 47s
CI / Molecule Test (almalinux8) (push) Has been skipped
CI / Molecule Test (almalinux9) (push) Has been skipped
CI / release (push) Has been skipped
CI / notify (push) Has been skipped
2024-06-02 08:20:24 +12:00

View File

@@ -25,6 +25,11 @@
set_fact: set_fact:
output: '{{ res.content | from_json }}' output: '{{ res.content | from_json }}'
when: cmk_add_host when: cmk_add_host
- name: Display object
debug:
var: "{{ output }}"
- name: Host exists fetch etag (new) # noqa command-instead-of-module - name: Host exists fetch etag (new) # noqa command-instead-of-module
shell: | shell: |
curl \ curl \