Skip to content
Snippets Groups Projects
Commit 2bc47048 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Linting [skip-ci]

parent b46f8c23
Branches main
No related tags found
No related merge requests found
---
alerta_ui_version: 7.0.1
---
- name: Restart uwsgi
service:
name: uwsgi
......
......@@ -102,7 +102,7 @@
disabled: '{{ crons_disabled|default(false) }}'
with_items:
- name: Heartbeats to Alert
minute: */3
minute: '*/3'
job: /usr/local/bin/alerta heartbeats --alert
- name: Alerta Housekeeping
minute: 0
......
......@@ -13,12 +13,12 @@
- block:
- import_tasks: alerta.yml
- import_tasks: alerta.yml
- name: Remember that this role had been run
set_fact:
role_alerta_completed: yes
tags:
- always
- name: Remember that this role had been run
set_fact:
role_alerta_completed: yes
tags:
- always
when: not excluded_roles or "alerta" not in excluded_roles and role_alerta_completed is not defined
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment