From 98e9b7eaaa4ebebc4090b70e1891885ebc11058b Mon Sep 17 00:00:00 2001 From: staticdev Date: Sat, 22 Apr 2023 09:29:53 +0200 Subject: [PATCH] Readme formatting --- roles/install_nextcloud/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/install_nextcloud/README.md b/roles/install_nextcloud/README.md index c552dbb3..1a08b412 100644 --- a/roles/install_nextcloud/README.md +++ b/roles/install_nextcloud/README.md @@ -24,9 +24,12 @@ To use `ipwrap` filter in Ansible, you need to install the netaddr Python librar $ pip install netaddr ``` -### Setup module: +### Setup module + The role uses facts gathered by Ansible on the remote host. If you disable the Setup module in your playbook, the role will not work properly. + ### Root access + This role requires root access, so either configure it in your inventory files, run it in a playbook with a global `become: true` or invoke the role in your playbook like: > playbook.yml: