zuul-jobs/roles/run-logjuicer/tasks/main.yaml
Tristan Cacqueray 26db5b3b24 Introduce LogJuicer roles
This change adds new roles to run logjuicer in zuul jobs:
  https://github.com/logjuicer/logjuicer

Change-Id: I02824a18285a16c8f0be6bb96b5404aa0d601c16
2024-01-08 16:09:17 +00:00

8 lines
173 B
YAML

---
- name: Detect anomalies with logjuicer
block:
- name: Install logjuicer
include_tasks: install.yaml
- name: Run logjuicer
include_tasks: run.yaml