From c2e9d22bec160919bb480d7962b21d7fc08a5e71 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 28 May 2024 00:58:03 +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 40da633..6c9d3db 100644 --- a/playbooks/mailu_switch_to_second.yaml +++ b/playbooks/mailu_switch_to_second.yaml @@ -53,7 +53,7 @@ - name: Print the gateway for each host when defined ansible.builtin.debug: - msg: "var is {{ app_path }}" + msg: "var is {{ ruleset }}" - set_fact: app_path: "{{ ruleset.stdout | 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') }}" - name: Print the gateway for each host when defined