From a18e99f8129f449d72fc4dcc0519bd35aa9e85b0 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 28 May 2024 01:23:42 +0200 Subject: [PATCH] bitwarden --- playbooks/mailu_switch_to_second.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/mailu_switch_to_second.yaml b/playbooks/mailu_switch_to_second.yaml index a5b2537..9ea35f9 100644 --- a/playbooks/mailu_switch_to_second.yaml +++ b/playbooks/mailu_switch_to_second.yaml @@ -44,7 +44,7 @@ msg: "var is {{ NEW_IP }}" when: inventory_hostname in groups['router'] - set_fact: - app_path2: "{{ ruleset.stdout }}" + app_path2: "{{ ruleset.stdout|string }}" when: inventory_hostname in groups['router'] - set_fact: app_path: "{{ app_path2 | regex_replace('(\\[0-9,]{1,}\\>)([0-9.]{1,})(\\>[0-9a-zA-Z\\s-]{0,}\\>TCP\\>)', '\\1{{ NEW_IP }}\\3') | regex_replace('(\\[0-9,]{1,}\\>)([0-9.]{1,})(\\>[0-9a-zA-Z\\s-]{0,}\\>TCP\\>)', '\\1{{ NEW_IP }}\\3') }}"