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:
parent
893d56c56a
commit
0f0731d800
2 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue