We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1f2e22 + af26741 commit dbb8424Copy full SHA for dbb8424
1 file changed
roles/ansible_icinga/tasks/icinga_command.yml
@@ -17,6 +17,7 @@
17
disabled: "{{ command.0.disabled | default(icinga_command_disabled) }}"
18
object_name: "{{ command.1 }}"
19
imports: "{{ command.0.imports | default(omit) }}"
20
+ timeout: "{{ command.0.timeout | default(omit) }}"
21
zone: "{{ command.0.zone | default(omit) }}"
22
vars: "{{ command.0.vars | default(omit) }}"
23
arguments: "{{ command.0.arguments | default(omit) }}"
0 commit comments