Skip to content

Commit

Permalink
fix idempotence
Browse files Browse the repository at this point in the history
  • Loading branch information
kayiwa committed Nov 12, 2024
1 parent ec57557 commit a76b0dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/sssd_ad/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@
name: sssd
state: started
enabled: true
register: sssd_service
when: running_on_server

- name: Sssd_ad | join the domain
ansible.builtin.command: realm join {{ ad_domain }} -U {{ ad_admin_user }} --install=/
Expand Down

0 comments on commit a76b0dc

Please sign in to comment.