Skip to content
Snippets Groups Projects
Verified Commit 50d079e3 authored by Chris Croome's avatar Chris Croome
Browse files

add missing var to arg spec

parent ef98eb94
No related branches found
No related tags found
No related merge requests found
Pipeline #31545 failed
......@@ -102,6 +102,11 @@ argument_specs:
type: str
required: true
description: Icinga master node fully qualified hostname.
icinga_master_nodes:
type: list
elements: str
required: true
description: A list of Icinga master nodes, there shoudl only be one.
icinga_master_node_ipv4:
type: str
required: true
......
......@@ -18,6 +18,11 @@
- name: Icinga agent node group and debugging and checking
block:
- name: Debug icinga_master_nodes
ansible.builtin.debug:
var: icinga_master_nodes
verbosity: "{% if ansible_check_mode | bool %}0{% else %}1{% endif %}"
- name: Include Icinga verify variables tasks
ansible.builtin.include_tasks: verify.yml
when:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment