Skip to content

Commit

Permalink
enhancement: Fix linting
Browse files Browse the repository at this point in the history
Signed-off-by: Shaun Megaw <shaun.megaw@absa.africa>
  • Loading branch information
rezizter committed Nov 30, 2023
1 parent 1c596ee commit f02932d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions roles/alertmanager/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ alertmanager_time_intervals: []
# alertmanager_time_intervals:
# - name: offhours
# time_intervals:
# - times:
# - end_time: "21:00"
# start_time: "24:00"
# location: "Africa/Johannesburg"
# - times:
# - end_time: "21:00"
# start_time: "24:00"
# location: "Africa/Johannesburg"
alertmanager_inhibit_rules: []
# alertmanager_inhibit_rules:
# - target_match:
Expand Down
10 changes: 5 additions & 5 deletions roles/alertmanager/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ provisioner:
receiver: slack
alertmanager_time_intervals:
- name: offhours
time_intervals:
- times:
- end_time: "21:00"
start_time: "24:00"
location: "Africa/Johannesburg"
time_intervals:
- times:
- end_time: "21:00"
start_time: "24:00"
location: "Africa/Johannesburg"

0 comments on commit f02932d

Please sign in to comment.