Skip to content

Commit 6ffe8f3

Browse files
authored
add period (#121)
1 parent 733c4a0 commit 6ffe8f3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

roles/ansible_icinga/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ t_systems_mms.icinga_director >= 1.2.2
181181
| apply_to | no |
182182
| assign_filter | no |
183183
| imports | no |
184+
| period | no |
184185

185186
## Example Playbook
186187

roles/ansible_icinga/tasks/icinga_notification.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
apply_to: "{{ notification.0.apply_to | default(omit) }}"
2121
assign_filter: "{{ notification.0.assign_filter | default(omit) }}"
2222
imports: "{{ notification.0.imports | default(omit) }}"
23+
period: "{{ notification.0.period | default(omit) }}"
2324
loop: "{{ icinga_notifications|subelements('notification_object') }}"
2425
loop_control:
2526
loop_var: notification

0 commit comments

Comments
 (0)