File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments