You've already forked ansible-role-checkmk-agent
check variable
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user