We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93623fc commit 084e94cCopy full SHA for 084e94c
tasks/install_suse.yml
@@ -23,6 +23,6 @@
23
- name: Install package
24
community.general.zypper:
25
name: "/tmp/{{ sentinelone_client_filename | basename }}"
26
- disable_gpg_check: {{ zypper_disable_gpg_check }}
+ disable_gpg_check: "{{ zypper_disable_gpg_check }}"
27
become: true
28
when: sentinelone_client_digest is not defined
0 commit comments