mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-02-03 14:58:47 +00:00
6 lines
135 B
YAML
Executable File
6 lines
135 B
YAML
Executable File
---
|
|
- name: Start mailu containers
|
|
command: "docker start {{ docker_containers|join(' ') }}"
|
|
become: true
|
|
ignore_errors: true
|
|
|