Skip to content

Commit

Permalink
Merge pull request #392 from CrowdStrike/carlosmmatos/issue388
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises authored Aug 22, 2023
2 parents 8675177 + e03be09 commit e6155bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/fix-become-issue-aid.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- falcon_configure - add become clause to remove_aid tasks (https://github.com/CrowdStrike/ansible_collection_falcon/pull/392)
2 changes: 2 additions & 0 deletions roles/falcon_configure/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
when:
- falcon_remove_aid
- ansible_facts['os_family'] != "Windows"
become: true
become_user: root
block:
- ansible.builtin.include_tasks: remove_aid.yml
# noqa name[missing]
Expand Down

0 comments on commit e6155bb

Please sign in to comment.