mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 19:43:11 +00:00
Fix README.md instructions
This commit is contained in:
parent
67e80f346e
commit
59a6a5e57c
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ download code from the internet and trust that it's going to work as you expect.
|
||||||
|
|
||||||
7. Install the dependent roles: `ansible-galaxy install -r requirements.yml` (you might need `sudo` to install Ansible roles).
|
7. Install the dependent roles: `ansible-galaxy install -r requirements.yml` (you might need `sudo` to install Ansible roles).
|
||||||
|
|
||||||
8. Run the playbook - something like `ansible-playbook -i inventory nas.yml -b -K` should do you nicely.
|
8. Run the playbook - something like `ansible-playbook -i inventories/my-ansible-nas/inventory nas.yml -b -K` should do you nicely.
|
||||||
|
|
||||||
## Upgrading
|
## Upgrading
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue