Skip to content

Commit

Permalink
ci: force reset the CrowdStrike CID (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavSanchez authored Dec 22, 2023
1 parent 2631228 commit 1528e6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- include_tasks: win.yaml

- name: 'Register host with CrowdStrike (Linux)'
shell: /opt/CrowdStrike/falconctl -s --cid={{ falcon_customer_id }}
shell: /opt/CrowdStrike/falconctl -s -f --cid={{ falcon_customer_id }}
become: true
when: ansible_facts['os_family'] not in ['Darwin', 'Windows']

Expand Down

0 comments on commit 1528e6e

Please sign in to comment.