Skip to content
This repository was archived by the owner on Aug 21, 2022. It is now read-only.

Commit 39e1e2d

Browse files
committed
docs: adjust role name
1 parent 1d950fc commit 39e1e2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ StackHead module for using Nginx as webserver.
77
Install it via `ansible-galaxy`:
88

99
```
10-
ansible-galaxy install getstackhead.stackhead_module_webserver_nginx
10+
ansible-galaxy install getstackhead.stackhead_webserver_nginx
1111
```
1212

1313
In order to use Nginx with [StackHead](https://get.stackhead.io), set `stackhead__webserver` it in your inventory file:
@@ -18,7 +18,7 @@ In order to use Nginx with [StackHead](https://get.stackhead.io), set `stackhead
1818
all:
1919
vars:
2020
# Use Nginx as webserver
21-
stackhead__webserver: getstackhead.stackhead_module_webserver_nginx
21+
stackhead__webserver: getstackhead.stackhead_webserver_nginx
2222
hosts:
2323
myserver:
2424
ansible_host: 123.456.789 # ...

0 commit comments

Comments
 (0)