Skip to content

Commit 4fb4742

Browse files
committed
Fixes lab instructions
1 parent c70b5ad commit 4fb4742

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

2024/day27.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Participants will get first-hand insights into Ansible, its strengths, weaknesse
1919
> The below content is a copy of the [lab repository's](https://github.com/mocdaniel/lab-event-driven-ansible) README for convenience.
2020
2121
---
22-
2322
# Event-Driven Ansible Lab
2423

2524
This is a lab designed to demonstrate Ansible and how Event-Driven Ansible (**EDA**) builds on top of its capabilities.
@@ -78,7 +77,7 @@ eda_controller:
7877
```
7978
8079
### Install Needed Roles and Collections
81-
80+
8281
```bash
8382
ansible-galaxy install -r requirements.yml
8483
```
@@ -307,7 +306,7 @@ For this demo, the second **ruleset** in our rulebook is the one we're intereste
307306
condition: event.alert.labels.alertname == 'MySQL not running' and event.alert.status == 'firing'
308307
action:
309308
run_playbook:
310-
playbook: ./playbook.yml
309+
name: ./playbook.yml
311310
- name: Debug event output
312311
condition: 1 == 1
313312
action:

0 commit comments

Comments
 (0)