Skip to content

Commit af26741

Browse files
committed
made timeout parameter in icinga_command.yml working
1 parent f1f2e22 commit af26741

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

roles/ansible_icinga/tasks/icinga_command.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
disabled: "{{ command.0.disabled | default(icinga_command_disabled) }}"
1818
object_name: "{{ command.1 }}"
1919
imports: "{{ command.0.imports | default(omit) }}"
20+
timeout: "{{ command.0.timeout | default(omit) }}"
2021
zone: "{{ command.0.zone | default(omit) }}"
2122
vars: "{{ command.0.vars | default(omit) }}"
2223
arguments: "{{ command.0.arguments | default(omit) }}"

0 commit comments

Comments
 (0)