role-ipa-server/handlers/main.yml
Beth 72e4afa255 Added configuration for ipa server role (#1)
Reviewed-on: #1
Co-authored-by: Beth <ejparker@actcur.com>
Co-committed-by: Beth <ejparker@actcur.com>
2025-03-30 00:06:20 -05:00

7 lines
142 B
YAML

#SPDX-License-Identifier: MIT-0
---
# handlers file for role-ipa-server
- name: restart httpd
service:
name: httpd
state: restarted