chore: group playbooks

This commit is contained in:
Ivan R. 2024-01-13 16:56:59 +05:00
parent bd301e2e91
commit 8f29924163
Signed by: lumin
GPG key ID: 927D3132247BDE4E
3 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,7 @@ A set of ansible scripts to configure my system.
## Example
```bash
ansible-playbook -i inventory.ini [--connection=local] [--ask-become] ping.yml
ansible-playbook -i inventory.ini [--connection=local] [--ask-become] playbooks/ping.yml
```
Note that `inventory.ini` is not included in the repo.