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: