Fix linting issues

This commit is contained in:
2020-10-13 23:40:02 +13:00
parent d646952ef5
commit 9d974bdf0c
7 changed files with 14 additions and 9 deletions

View File

@@ -3,13 +3,13 @@
win_file:
path: "c:/temp/"
state: directory
- name: Retrieve copy of agent
win_get_url:
url: "{{ cmk_msi_agent }}{{ cmk_auth }}"
dest: "c:/temp/check-mk-agent.msi"
changed_when: false
- name: Ensure agent is installed
win_package:
path: "c:/temp/check-mk-agent.msi"