mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-01-23 20:39:26 +00:00
6 lines
135 B
YAML
6 lines
135 B
YAML
---
|
|
- name: Start mailu containers
|
|
command: "docker start {{ docker_containers|join(' ') }}"
|
|
become: true
|
|
ignore_errors: true
|
|
|