ansible/roles/newrelic/tasks/main.yml in subspace-2.5.2 vs ansible/roles/newrelic/tasks/main.yml in subspace-2.5.3

- old
+ new

@@ -1,5 +1,9 @@ --- + - name: "Deprecation notice" + ansible.builtin.debug: + msg: The 'newrelic' role in subspace is deprecated. Please migration to Newrelic One and the 'newrelic-infra' role + - name: Add New Relic apt repo apt_repository: repo: deb http://apt.newrelic.com/debian/ newrelic non-free state: present become: true