Fixes lab instructions

This commit is contained in:
Daniel Bodky 2024-01-17 10:58:29 +01:00
parent c70b5adc62
commit 4fb4742db2
No known key found for this signature in database
GPG Key ID: 9E12D1B1F1A84FA8

View File

@ -19,7 +19,6 @@ Participants will get first-hand insights into Ansible, its strengths, weaknesse
> The below content is a copy of the [lab repository's](https://github.com/mocdaniel/lab-event-driven-ansible) README for convenience.
---
# Event-Driven Ansible Lab
This is a lab designed to demonstrate Ansible and how Event-Driven Ansible (**EDA**) builds on top of its capabilities.
@ -307,7 +306,7 @@ For this demo, the second **ruleset** in our rulebook is the one we're intereste
condition: event.alert.labels.alertname == 'MySQL not running' and event.alert.status == 'firing'
action:
run_playbook:
playbook: ./playbook.yml
name: ./playbook.yml
- name: Debug event output
condition: 1 == 1
action: