mirror of
https://github.com/rocky-linux/ansible-role-kojihub.git
synced 2024-11-01 02:51:23 +00:00
11 lines
147 B
YAML
11 lines
147 B
YAML
---
|
|
- name: restart_kojira
|
|
service:
|
|
name: kojira
|
|
state: restarted
|
|
|
|
- name: restart_httpd
|
|
service:
|
|
name: httpd
|
|
state: restarted
|