Skip to content

Commit

Permalink
Add check in handler
Browse files Browse the repository at this point in the history
  • Loading branch information
brakkio86 authored Nov 10, 2023
1 parent 5a679da commit 835b95a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# SPDX-License-Identifier: MIT
---
- name: Handler for ad_integration to restart services
service:
ansible.builtin.service:
name: "{{ item }}"
state: restarted
loop: "{{ __ad_integration_services }}"
when: not __ad_integration_test_sssd_config_only | default(false)

0 comments on commit 835b95a

Please sign in to comment.