ansible/playbooks/start_containers.yaml

6 lines
135 B
YAML
Raw Normal View History

2023-12-06 16:51:42 +01:00
---
2024-11-15 13:57:18 +01:00
- name: Start mailu containers
command: "docker start {{ docker_containers|join(' ') }}"
2023-12-06 16:51:42 +01:00
become: true
2024-11-15 13:57:18 +01:00
ignore_errors: true