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 and richm committed Nov 10, 2023
1 parent f6024a9 commit 0796843
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 0796843

Please sign in to comment.