ansible-roles/roles/rpm_build_server/tasks/services.yml

6 lines
117 B
YAML
Raw Normal View History

2021-12-31 14:05:49 +01:00
---
- name: Start and enable the build watcher
service: name=build-watcher state=started enabled=True
tags: rpm