We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c8dc2 commit d0921ccCopy full SHA for d0921cc
test/onhost-e2e/ansible/remote_config.yaml
@@ -157,5 +157,13 @@
157
debug:
158
var: ac_logs.stdout_lines
159
160
+ - name: Inspect the rendered config file from remote
161
+ shell: cat /var/lib/newrelic-agent-control/auto-generated/nr-infra/config/newrelic-infra.yaml
162
+ register: rendered_config
163
+
164
+ - name: Debug rendered config
165
+ debug:
166
+ var: rendered_config.stdout_lines
167
168
- name: Cleanup
169
include_tasks: ./tasks/clean_all.yaml
0 commit comments