updating install-notes because of broken ansible-galaxy-ng
This commit is contained in:
parent
f01899ed6f
commit
64fabc98f3
|
|
@ -15,6 +15,10 @@ Ansible Role to deploy one or multiple Apache2 sites on a linux server.
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# latest
|
||||||
|
ansible-galaxy role install git+https://github.com/ansibleguy/infra_apache
|
||||||
|
|
||||||
|
# from galaxy
|
||||||
ansible-galaxy install ansibleguy.infra_apache
|
ansible-galaxy install ansibleguy.infra_apache
|
||||||
|
|
||||||
# or to custom role-path
|
# or to custom role-path
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue