1
0
mirror of https://git.lapiole.org/dani/ansible-roles.git synced 2025-04-26 23:23:22 +02:00
2022-07-21 01:00:17 +02:00

7 lines
141 B
YAML

---
- name: Start and enable nomad service
service: name=nomad state=started enabled=True
register: nomad_service_started
tags: nomad