Skip to content

Commit

Permalink
Merge pull request #50 from redhatrises/bump_version
Browse files Browse the repository at this point in the history
Bump Version to 2.2.0
  • Loading branch information
shawndwells authored Sep 7, 2021
2 parents fac915c + 238de64 commit 7e75a71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: crowdstrike
name: falcon

# The version of the collection. Must be compatible with semantic versioning
version: 2.1.1
version: 2.2.0

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down Expand Up @@ -59,4 +59,3 @@ issues: https://github.com/CrowdStrike/ansible_collection_crowdstrike/issues
# uses 'fnmatch' to match the files or directories. Some directories and files like 'galaxy.yml', '*.pyc', '*.retry',
# and '.git' are always filtered
build_ignore: []

6 changes: 3 additions & 3 deletions roles/falcon_installation/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
command: "/opt/CrowdStrike/falconctl -s -f --cid={{ falcon_cid }}"
when:
- not falcon_provisioning_token
- falcon_cid
- falcon_cid is defined
- ansible_facts.packages is defined
- installed_sensor in ansible_facts.packages
- ansible_distribution != "MacOSX"
Expand All @@ -85,7 +85,7 @@
command: "/Applications/Falcon.app/Contents/Resources/falconctl license {{ falcon_cid }}"
when:
- not falcon_provisioning_token
- falcon_cid
- falcon_cid is defined
- ansible_distribution == "MacOSX"
- falcon_already_installed is defined
- not falcon_already_installed.stat.exists
Expand All @@ -103,7 +103,7 @@
command: "/opt/CrowdStrike/falconctl -d -f --aid"
when:
- falcon_remove_agent_id
- falcon_cid
- falcon_cid is defined
- ansible_facts.packages is defined
- ansible_distribution != "MacOSX"

Expand Down

0 comments on commit 7e75a71

Please sign in to comment.