mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39: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>') }}"
|