Skip to content

Commit

Permalink
Remove test_command from win_reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
p3ck committed Dec 10, 2024
1 parent beff0d7 commit 8e2b892
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion roles/windows_manage_iis/tasks/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

- name: Reboot when Web-Server feature requires it
ansible.windows.win_reboot:
test_command: '(Get-Service -Name Netlogon).Status -ne "Running"'
when: windows_manage_iis_output.reboot_required

- name: Create site directory structure
Expand Down
1 change: 0 additions & 1 deletion roles/windows_manage_updates/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

- name: Reboot when required and requested
ansible.windows.win_reboot:
test_command: '(Get-Service -Name Netlogon).Status -ne "Running"'
when:
- windows_manage_updates_output.reboot_required
- windows_manage_updates_reboot_server
Expand Down

0 comments on commit 8e2b892

Please sign in to comment.