From fbe520ecc16a8c4a920c0ef9b75cfbac8701627a Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 27 May 2024 23:52:59 +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 ff13589..a7257b8 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+)$', '\\g, \\g') }}" + app_path: "{{ 'localhost:80' | regex_replace('^(?P.+):(?P\\d+)$', '\\g111, \\g') }}" tasks: - name: Print the gateway for each host when defined ansible.builtin.debug: