Skip to content

Commit 8c0c707

Browse files
committed
Update Quickstart to reflect path changes in Ansible Galaxy [ci skip]
1 parent d77bce8 commit 8c0c707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Provided you have Ansible installed and are using defaults:
2727

2828
```
2929
ansible-galaxy install geerlingguy.postgresql lae.netbox
30-
ansible-playbook -i your.server.fqdn, /etc/ansible/roles/lae.netbox/examples/playbook_single_host_deploy.yml -K
30+
ansible-playbook -i your.server.fqdn, ~/.ansible/roles/lae.netbox/examples/playbook_single_host_deploy.yml -K
3131
```
3232

3333
This will deploy NetBox and PostgreSQL on `your.server.fqdn`; once complete it

0 commit comments

Comments
 (0)