docker_systemd_service/molecule/with_custom_flags_vagrant/converge.yml
Bertrand Lanson 9b6bf1684e
All checks were successful
test / Linting (push) Successful in 10s
feat(tests): added custom tests for both vagrant and docker
2023-12-10 18:25:43 +01:00

9 lines
192 B
YAML

---
- name: Converge
hosts: all
become: true
tasks:
- name: "Include ednxzu.docker_systemd_service"
ansible.builtin.include_role:
name: "ednxzu.docker_systemd_service"