Skip to content

Commit dd4076f

Browse files
authored
chore: Mask org id (#1111)
1 parent 327be90 commit dd4076f

File tree

1 file changed

+1
-0
lines changed
  • test/deploy/linux/newrelic-cli/install-recipe/roles/onafterstart/tasks

1 file changed

+1
-0
lines changed

test/deploy/linux/newrelic-cli/install-recipe/roles/onafterstart/tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
set_fact:
7070
env_vars: "{{ env_vars }} NEW_RELIC_ORGANIZATION={{ newrelic_organization_id }}"
7171
when: use_organization_id | bool == True
72+
no_log: true
7273

7374
- name: Get CLI environment variables
7475
shell: "/bin/bash -ic 'env' | grep NR_CLI_"

0 commit comments

Comments
 (0)