Skip to content

Commit

Permalink
chore: Fixed default
Browse files Browse the repository at this point in the history
  • Loading branch information
NSSPKrishna committed Aug 14, 2024
1 parent 1d45a1c commit e7fa307
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- name: Prepare newrelic_organization_id
set_fact:
use_organization_id: false
when: newrelic_organization_id is not defined
when: use_organization_id is not defined

- fail:
msg: "A newrelic_personal_api_key is required. Create this entry in your user config file"
Expand Down

0 comments on commit e7fa307

Please sign in to comment.