Skip to content

Commit

Permalink
change windows mondoo service to a automatic delayed start
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Münch <patrick.muench1111@gmail.com>
  • Loading branch information
atomic111 committed Sep 4, 2024
1 parent c4b3b80 commit 4b91e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
- name: Set Mondoo startup mode to auto and ensure it is started
ansible.windows.win_service:
name: Mondoo
start_mode: auto
start_mode: delayed
state: restarted
when: not ansible_check_mode

Expand Down

0 comments on commit 4b91e6e

Please sign in to comment.