Skip to content

Commit

Permalink
Notifiarr: Add privileged setting to support snapshots feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Nypheena authored Feb 11, 2024
1 parent df297cb commit 3be8397
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions roles/notifiarr/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
# GNU General Public License v3.0 #
##########################################################################
---
################################
# Settings
################################

notifiarr_privileged: false

################################
# Basics
################################
Expand Down Expand Up @@ -143,6 +149,9 @@ notifiarr_docker_capabilities_custom: []
notifiarr_docker_capabilities: "{{ notifiarr_docker_capabilities_default
+ notifiarr_docker_capabilities_custom }}"

# Privileged
notifiarr_docker_privileged: "{{ notifiarr_privileged | bool }}"

# Security Opts
notifiarr_docker_security_opts_default: []
notifiarr_docker_security_opts_custom: []
Expand Down

0 comments on commit 3be8397

Please sign in to comment.