From 66078d82afe8c60099de127ab00818c4c761e77d Mon Sep 17 00:00:00 2001 From: Brian Lee Date: Thu, 17 Aug 2023 07:50:15 -0700 Subject: [PATCH] Fix example. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f2057a..b8fd9c0 100644 --- a/README.md +++ b/README.md @@ -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.