bitwarden

This commit is contained in:
jaydee 2024-05-28 00:32:20 +02:00
parent aabc7762f2
commit 54ec265c50

View File

@ -9,4 +9,4 @@
msg: var is {{ app_path }}
- set_fact:
app_path: "{{ app_path | regex_replace('(\\<MAIL_SERVER\\>[0-9,]{1,}\\>)([0-9.]{1,})(\\>[0-9a-zA-Z\\s-]{0,}\\>TCP\\>)', '\\1dasdasdsad\\3') | regex_replace('(\\<WEB_SERVER\\>[0-9,]{1,}\\>)([0-9.]{1,})(\\>[0-9a-zA-Z\\s-]{0,}\\>TCP\\>)', '\\1ddadada\\3') }}"
- debug: app_path
- debug: var is {{ app_path }}