Update incorrect example in README

This commit is contained in:
Sonny Bakker 2026-05-02 16:25:27 +02:00
parent 17be8520e8
commit 82d6405ab7

View file

@ -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.