Fix example.

This commit is contained in:
Brian Lee 2023-08-17 07:50:15 -07:00
parent 3fcfbf7a03
commit 66078d82af

View File

@ -34,12 +34,13 @@ For more configuration info, see the relevant upstream [configuration example](h
```yaml
- hosts: strfry
become: yes
roles:
- role: bleetube.strfry
- role: nginxinc.nginx_core.nginx
become: yes
tasks:
- import_tasks: nginx_conf.yml
become: yes
```
A sample [nginx configuration](docs/examples/nginx_conf.yml) is provided.