We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8e0ba commit 672fc14Copy full SHA for 672fc14
test/onhost-canaries/ansible/install_ac_with_basic_config.yml
@@ -82,7 +82,7 @@
82
{% endraw %}
83
84
- name: Add license to service
85
- shell: echo 'NEW_RELIC_LICENSE_KEY="{{ nr_license_key }}"' >> {{ agent_control_service_conf }}
+ shell: echo 'NEW_RELIC_LICENSE_KEY="{{ nr_license_key }}"' > {{ agent_control_service_conf }}
86
87
- name: Restart Agent Control
88
include_role:
0 commit comments