fix: remove any \n from license_key
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 13s
Nix Format Check / check-format (push) Successful in 45s
Python Lint Check / check-python (push) Failing after 11s

This commit is contained in:
Menno van Leeuwen 2025-03-26 15:59:17 +01:00
parent c96df542d8
commit f46115e829
Signed by: vleeuwenmenno
SSH Key Fingerprint: SHA256:OJFmjANpakwD3F2Rsws4GLtbdz1TJ5tkQF0RZmF0TRE

View File

@ -7,10 +7,10 @@
echoip_data_dir: "/mnt/object_storage/services/echoip"
maxmind_account_id: >
{{ lookup('community.general.onepassword', 'finpwvqp6evflzjcsnwge74n34',
vault='j7nmhqlsjmp2r6umly5t75hzb4', field='account_id') }}
vault='j7nmhqlsjmp2r6umly5t75hzb4', field='account_id') | regex_replace('\\n', '') }}
maxmind_license_key: >
{{ lookup('community.general.onepassword', 'finpwvqp6evflzjcsnwge74n34',
vault='j7nmhqlsjmp2r6umly5t75hzb4', field='license_key') }}
vault='j7nmhqlsjmp2r6umly5t75hzb4', field='license_key') | regex_replace('\\n', '') }}
- name: Create EchoIP directory
ansible.builtin.file: