From dcfe2cc1e0d13eaa9beb6c53d1e252da45068627 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 27 May 2024 23:54:26 +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 a7257b8..6b57570 100644 --- a/playbooks/test_replace.yml +++ b/playbooks/test_replace.yml @@ -2,7 +2,7 @@ name: Sync mailu ignore_unreachable: false vars: - app_path: "{{ 'localhost:80' | regex_replace('^(?P.+):(?P\\d+)$', '\\g111, \\g') }}" + app_path: "{{ 'localhost:80' | regex_replace('^(?P.+):(?P\\d+)$', '111, \\g') }}" tasks: - name: Print the gateway for each host when defined ansible.builtin.debug: