Update incorrect example in README
This commit is contained in:
parent
17be8520e8
commit
82d6405ab7
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue