Skip to content

Commit

Permalink
fix(falcon_configure): this task should only run when both are set (#565
Browse files Browse the repository at this point in the history
)
  • Loading branch information
carlosmmatos authored Sep 14, 2024
1 parent d5de14b commit 82ee69a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelogs/fragments/fix-truthy-564.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- falcon_configure - Fix truthy condition for falcon_cid and falcon_provisioning_token (https://github.com/CrowdStrike/ansible_collection_falcon/pull/565)
3 changes: 2 additions & 1 deletion roles/falcon_configure/tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
state: present
when:
- falcon_remove_aid
- options.provisioning_token
- options.cid | bool
- options.provisioning_token | bool

# Start of MacOSX Configuration
- name: CrowdStrike Falcon | Stat Falcon Sensor (macOS)
Expand Down

0 comments on commit 82ee69a

Please sign in to comment.