inventory: Rename file to add file extension

This is a YAML file, make ansible-lint (and me) happy and add a proper
file extension. Also helps editors to pick correct syntax highlighting.
This commit is contained in:
Alexander Dahl 2022-07-22 06:52:02 +02:00
parent 893d56c56a
commit 0f0731d800
2 changed files with 1 additions and 1 deletions

View file

@ -14,7 +14,7 @@ ansible-galaxy install -r requirements.yml
## Call with
```bash
ansible-playbook -i inventory --ask-vault-pass main.yml
ansible-playbook -i inventory.yml --ask-vault-pass main.yml
```
You need to provide a user with sudo rights and the vault password.