We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0921cc commit eeb11f8Copy full SHA for eeb11f8
test/onhost-e2e/ansible/remote_config.yaml
@@ -157,6 +157,14 @@
157
debug:
158
var: ac_logs.stdout_lines
159
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
168
- name: Inspect the rendered config file from remote
169
shell: cat /var/lib/newrelic-agent-control/auto-generated/nr-infra/config/newrelic-infra.yaml
170
register: rendered_config
0 commit comments