bitwarden

This commit is contained in:
jaydee 2024-05-28 00:33:22 +02:00
parent 54ec265c50
commit 6e52eba729

View File

@ -6,7 +6,7 @@
tasks:
- name: Print the gateway for each host when defined
ansible.builtin.debug:
msg: var is {{ app_path }}
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: var is {{ app_path }}
- debug: "var is {{ app_path }}"