Skip to content

Commit

Permalink
Readme formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Apr 29, 2023
1 parent 52d8a62 commit 98e9b7e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/install_nextcloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 98e9b7e

Please sign in to comment.