Skip to content

Commit

Permalink
Update domain_controller.py documentation (#120)
Browse files Browse the repository at this point in the history
Updated example using a non existing plugin microsoft.ad.win_reboot. Changed to ansible.windows.win_reboot
  • Loading branch information
jagudo-jsc authored Jun 7, 2024
1 parent 850ec3a commit bc47178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/domain_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
register: dc_promotion
- name: Reboot after promotion
microsoft.ad.win_reboot:
ansible.windows.win_reboot:
when: dc_promotion.reboot_required
"""

Expand Down

0 comments on commit bc47178

Please sign in to comment.