mirror of
https://github.com/rocky-linux/ansible-role-kojihub.git
synced 2025-01-10 16:56:53 +00:00
10 lines
179 B
YAML
10 lines
179 B
YAML
---
|
|
- name: restart_kojira
|
|
ansible.builtin.service:
|
|
name: kojira
|
|
state: restarted
|
|
|
|
- name: restart_httpd
|
|
ansible.builtin.service:
|
|
name: httpd
|
|
state: restarted
|