Use Git master version

The latest release is outdated
This commit is contained in:
phil 2023-08-16 21:15:16 +02:00
parent 07580cd132
commit 1f77350d70
3 changed files with 13 additions and 46 deletions

View file

@ -2,7 +2,8 @@
dmarcsrg_user: dmarcsrg
dmarcsrg_home: /opt/dmarc-srg
overrides_path: "{{ dmarcsrg_home }}/local.d"
dmarcsrg_github_api_url: https://api.github.com/repos/liuch/dmarc-srg/releases/latest
dmarcsrg_github_url: https://github.com/liuch/dmarc-srg
dmarcsrg_version: master
dmarcsrg_database: dmarcsrg
dmarcsrg_database_password: "{{ lookup('password', '/tmp/dmarcsrg_db_pwd length=42 chars=ascii_letters,digits') }}"