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 10887cb commit ccf4e98Copy full SHA for ccf4e98
tasks/main.yml
@@ -31,6 +31,11 @@
31
- name: Include installation tasks
32
ansible.builtin.include_tasks: "install_{{ ansible_os_family | regex_replace(' ', '_') | lower }}.yml"
33
34
+- name: Remove installation package
35
+ ansible.builtin.file:
36
+ path: "/tmp/{{ sentinelone_filename | basename }}"
37
+ state: absent
38
+
39
- name: Set Group/Site token
40
ansible.builtin.command: "/opt/sentinelone/bin/sentinelctl management token set {{ sentinelone_token }}"
41
args:
0 commit comments