git_auto_update: Set default gpg fingerprint to backup fingerprint

dehydrated
Felix Stupp 5 years ago
parent b2b9466a28
commit 8e7fd3db9d
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -7,7 +7,7 @@ group: "{{ owner }}"
mode: "u=rwx,g=rx,o="
repo_name: "{{ dest | basename }}"
tag_prefix: "release-"
gpg_fingerprint: 73D09948B2392D688A45DC8393E1BD26F6B02FB7
gpg_fingerprint: "{{ backup_gpg_fingerprint }}"
cron_name: "Auto update repository {{ repo_name }}"
update_script_path: "{{ update_scripts_directory }}/{{ repo_name }}"
#reload_command: "systemctl restart {{ repo_name }}"

Loading…
Cancel
Save