mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-02-02 22:48:48 +00:00
bitwarden
This commit is contained in:
parent
54ec265c50
commit
6e52eba729
@ -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 }}"
|
Loading…
x
Reference in New Issue
Block a user