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