updated borg state
This commit is contained in:
parent
4ea7cee328
commit
ce65547c02
@ -23,3 +23,4 @@ borg-config-sudo:
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: 600
|
||||
- check_cmd: /usr/sbin/visudo -c -f
|
||||
|
@ -1,6 +1,5 @@
|
||||
---
|
||||
include:
|
||||
- dkron
|
||||
- .pkgs
|
||||
- .install
|
||||
- .config
|
||||
|
@ -1,3 +1,4 @@
|
||||
{%- from "borg/map.jinja" import borg with context %}
|
||||
## Sudo rights for borg run_user
|
||||
{{ borg.run_user }} ALL=(ALL) NOPASSWD: {{ borg.working_dir }}/scripts/borg_*.sh
|
||||
{{ borg.run_user }} ALL=(ALL) NOPASSWD: {{ borg.working_dir }}/scripts/borg_*.sh
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user