You've already forked ansible-role-checkmk-agent
chore: Linting 🚨
This commit is contained in:
@@ -30,8 +30,9 @@
|
||||
debug:
|
||||
msg: "{{ msg.split('\n') }}"
|
||||
when: cmk_debug
|
||||
|
||||
- name: Copy archive from samba_share. (No-Log)
|
||||
command: >
|
||||
shell: >
|
||||
smbget 'smb:{{ (cmk_download_path + '/' + cmk_installer) | reslash }}' -U
|
||||
'{{ cmk_smb_username }}%{{ cmk_smb_password }}'
|
||||
args:
|
||||
@@ -41,6 +42,7 @@
|
||||
no_log: true # Turn off logging due to password exposure
|
||||
when: not cmk_debug | bool
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Copy archive from samba_share. (Debug)
|
||||
command: >
|
||||
smbget 'smb:{{ (cmk_download_path + '/' + cmk_installer) | reslash }}' -U '{{ cmk_smb_username | trim }}%{{ cmk_smb_password | trim }}
|
||||
|
||||
Reference in New Issue
Block a user