Skip to content

Commit 73c8dc2

Browse files
committed
fix: interpolate back some of the values
1 parent 7f3d7b9 commit 73c8dc2

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

test/onhost-canaries/ansible/install_ac_with_basic_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
content: |
7575
{% raw %}
7676
config_agent:
77-
staging: '{{ infra_staging }}'
77+
staging: {% endraw -%} {{ infra_staging }} {%- raw %}
7878
enable_process_metrics: true
7979
status_server_enabled: true
8080
status_server_port: 18003

test/onhost-e2e/ansible/migration.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@
3333
copy:
3434
dest: /etc/newrelic-infra.yml
3535
content: |
36-
{% raw %}
3736
enable_process_metrics: true
3837
status_server_enabled: true
3938
status_server_port: 18003
40-
license_key: '{{ nr_license_key }}'
41-
{% endraw %}
39+
license_key: {{ nr_license_key }}
4240
4341
- name: Install docker
4442
include_role:
@@ -65,12 +63,10 @@
6563
path: "/etc/newrelic-infra/integrations.d/nri-mysql-config.yml"
6664
regexp: "name: nri-mysql"
6765
replace: |-
68-
{% raw %}
6966
name: nri-mysql
7067
labels:
71-
test_id: '{{ test_id }}'
68+
test_id: {{ test_id }}
7269
test_installed_agent: infra_agent
73-
{% endraw %}
7470
7571
- name: Restart Infra Agent
7672
include_role:

0 commit comments

Comments
 (0)