Skip to content

Commit

Permalink
restart cnspec everytime the playbook is executed to ensure correct v…
Browse files Browse the repository at this point in the history
…ersion number reported
  • Loading branch information
Christian authored and Christian committed Dec 20, 2023
1 parent 62ec314 commit 9c477dd
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 @@ -90,7 +90,7 @@
ansible.windows.win_service:
name: Mondoo
start_mode: auto
state: started
state: restarted
when: not ansible_check_mode

- name: Ensure cnquery and cnspec are managed
Expand Down

0 comments on commit 9c477dd

Please sign in to comment.