Skip to content

Commit

Permalink
nextcloud: disable accessibility app
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed May 29, 2021
1 parent 369fcd3 commit 944f91f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/nextcloud/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ nextcloud_allow_tls12: true
# state: enable/disable
# app: nextcloud app name
nextcloud_apps:
- { state: "disable", app: "accessibility" }
- { state: "disable", app: "encryption" }
- { state: "disable", app: "files_antivirus" }
- { state: "disable", app: "files_versions" }
Expand Down

0 comments on commit 944f91f

Please sign in to comment.