Skip to content

Commit 672fc14

Browse files
authored
fix: do not append content to service conf file (#1757)
1 parent 7e8e0ba commit 672fc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/onhost-canaries/ansible/install_ac_with_basic_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
{% endraw %}
8383
8484
- name: Add license to service
85-
shell: echo 'NEW_RELIC_LICENSE_KEY="{{ nr_license_key }}"' >> {{ agent_control_service_conf }}
85+
shell: echo 'NEW_RELIC_LICENSE_KEY="{{ nr_license_key }}"' > {{ agent_control_service_conf }}
8686

8787
- name: Restart Agent Control
8888
include_role:

0 commit comments

Comments
 (0)