Fix example.
This commit is contained in:
parent
3fcfbf7a03
commit
66078d82af
@ -34,12 +34,13 @@ For more configuration info, see the relevant upstream [configuration example](h
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- hosts: strfry
|
- hosts: strfry
|
||||||
become: yes
|
|
||||||
roles:
|
roles:
|
||||||
- role: bleetube.strfry
|
- role: bleetube.strfry
|
||||||
- role: nginxinc.nginx_core.nginx
|
- role: nginxinc.nginx_core.nginx
|
||||||
|
become: yes
|
||||||
tasks:
|
tasks:
|
||||||
- import_tasks: nginx_conf.yml
|
- import_tasks: nginx_conf.yml
|
||||||
|
become: yes
|
||||||
```
|
```
|
||||||
|
|
||||||
A sample [nginx configuration](docs/examples/nginx_conf.yml) is provided.
|
A sample [nginx configuration](docs/examples/nginx_conf.yml) is provided.
|
||||||
|
Loading…
Reference in New Issue
Block a user