mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
9 lines
181 B
YAML
9 lines
181 B
YAML
---
|
|
- name: Restart ipa
|
|
ansible.builtin.command: ipactl restart
|
|
|
|
- name: Restart journal-to-fedora-messaging
|
|
systemd:
|
|
name: journal-to-fedora-messaging
|
|
state: restarted
|