mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-24 04:49:26 +00:00
6 lines
207 B
YAML
6 lines
207 B
YAML
- hosts: nas
|
|
name: Sync mailu
|
|
ignore_unreachable: false
|
|
tasks:
|
|
- name: Change owner
|
|
commalocal: "{{ 'localhost:80' | regex_replace('^(?P<host>.+):(?P<port>\\d+)$', '\\g<host>, \\g<port>') }}" |