From 8f0116e5a9c5de70c0f749ae860a5746c0420d2c Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Sun, 2 Jun 2024 08:20:24 +1200 Subject: [PATCH] check variable --- tasks/host-management/modern.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tasks/host-management/modern.yml b/tasks/host-management/modern.yml index 9696e64..b63bf38 100644 --- a/tasks/host-management/modern.yml +++ b/tasks/host-management/modern.yml @@ -25,6 +25,11 @@ set_fact: output: '{{ res.content | from_json }}' when: cmk_add_host + +- name: Display object + debug: + var: {{ output }} + - name: Host exists fetch etag (new) # noqa command-instead-of-module shell: | curl \