fix: remove any \n from license_key
This commit is contained in:
parent
c96df542d8
commit
f46115e829
@ -7,10 +7,10 @@
|
|||||||
echoip_data_dir: "/mnt/object_storage/services/echoip"
|
echoip_data_dir: "/mnt/object_storage/services/echoip"
|
||||||
maxmind_account_id: >
|
maxmind_account_id: >
|
||||||
{{ lookup('community.general.onepassword', 'finpwvqp6evflzjcsnwge74n34',
|
{{ lookup('community.general.onepassword', 'finpwvqp6evflzjcsnwge74n34',
|
||||||
vault='j7nmhqlsjmp2r6umly5t75hzb4', field='account_id') }}
|
vault='j7nmhqlsjmp2r6umly5t75hzb4', field='account_id') | regex_replace('\\n', '') }}
|
||||||
maxmind_license_key: >
|
maxmind_license_key: >
|
||||||
{{ lookup('community.general.onepassword', 'finpwvqp6evflzjcsnwge74n34',
|
{{ lookup('community.general.onepassword', 'finpwvqp6evflzjcsnwge74n34',
|
||||||
vault='j7nmhqlsjmp2r6umly5t75hzb4', field='license_key') }}
|
vault='j7nmhqlsjmp2r6umly5t75hzb4', field='license_key') | regex_replace('\\n', '') }}
|
||||||
|
|
||||||
- name: Create EchoIP directory
|
- name: Create EchoIP directory
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user