From f0075bf083672eac7764122fb5329079ba07b9f3 Mon Sep 17 00:00:00 2001 From: ministicraft Date: Mon, 13 Apr 2026 23:46:54 +0200 Subject: [PATCH] Add GIF to Ansible concepts slide (slide 20) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 06a6b82..8ba6ac0 100644 --- a/index.html +++ b/index.html @@ -211,6 +211,9 @@ output "public_ip" {

YAML playbooks run tasks in order, across any number of hosts.
No daemon. No certificate authority. Just Python + SSH.
Idempotent modules ensure the same playbook can run safely again and again.

+ It just works