We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733c4a0 commit 6ffe8f3Copy full SHA for 6ffe8f3
2 files changed
roles/ansible_icinga/README.md
@@ -181,6 +181,7 @@ t_systems_mms.icinga_director >= 1.2.2
181
| apply_to | no |
182
| assign_filter | no |
183
| imports | no |
184
+| period | no |
185
186
## Example Playbook
187
roles/ansible_icinga/tasks/icinga_notification.yml
@@ -20,6 +20,7 @@
20
apply_to: "{{ notification.0.apply_to | default(omit) }}"
21
assign_filter: "{{ notification.0.assign_filter | default(omit) }}"
22
imports: "{{ notification.0.imports | default(omit) }}"
23
+ period: "{{ notification.0.period | default(omit) }}"
24
loop: "{{ icinga_notifications|subelements('notification_object') }}"
25
loop_control:
26
loop_var: notification
0 commit comments