Skip to content

Commit eeb11f8

Browse files
committed
deleteme: print incoming remote config
1 parent d0921cc commit eeb11f8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test/onhost-e2e/ansible/remote_config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,14 @@
157157
debug:
158158
var: ac_logs.stdout_lines
159159

160+
- name: Inspect the remote values
161+
shell: cat /var/lib/newrelic-agent-control/fleet/agents.d/nr-infra/values/values.yaml
162+
register: remote_values
163+
164+
- name: Debug remote values
165+
debug:
166+
var: remote_values.stdout_lines
167+
160168
- name: Inspect the rendered config file from remote
161169
shell: cat /var/lib/newrelic-agent-control/auto-generated/nr-infra/config/newrelic-infra.yaml
162170
register: rendered_config

0 commit comments

Comments
 (0)