From ee98a584f09dd25b6f8797fc8bb6f9705c0e4490 Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 28 May 2024 02:22:29 +0200 Subject: [PATCH] bitwarden --- playbooks/test_replace.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/test_replace.yml b/playbooks/test_replace.yml index 97239e5..59b1dbe 100644 --- a/playbooks/test_replace.yml +++ b/playbooks/test_replace.yml @@ -14,7 +14,7 @@ msg: "var is {{ ruleset.stdout }}" - name: initialize variables set_fact: - regexp: "\\<1>{{ new_ip_dest }}\\3" + regexp: "\\g<1>{{ new_ip_dest }}\\3" - set_fact: app_path: "{{ ruleset.stdout | regex_replace('(\\[0-9,]{1,}\\>)([0-9.]{1,})(\\>[0-9a-zA-Z\\s-]{0,}\\>TCP\\>)', regexp) | regex_replace('(\\[0-9,]{1,}\\>)([0-9.]{1,})(\\>[0-9a-zA-Z\\s-]{0,}\\>TCP\\>)', regexp) }}" - name: Print the gateway for each host when defined