From 82d6405ab70fc51aa4d6d0edef450535c4ec1ce3 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Sat, 2 May 2026 16:25:27 +0200 Subject: [PATCH] Update incorrect example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08537d0..1a1b9f9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains several playbooks created to provision specific hosts. A playbook can be ran as follows: ``` -$ ansible-playbook --limit desktop desktop.yml + $ ansible-playbook --limit desktop playbook.yml ``` The `--limit` parameter is required to run the playbook only for the specified host.