weareinteractive / ansible-newrelic

Ansible role which installs and configures New Relic Server Monitoring Daemon
MIT License
43 stars 28 forks source link

Usage Example #10

Closed 3wille closed 7 years ago

3wille commented 7 years ago

In the usage section of the Readme you use the newrelic_license_key twice. The first one setting it to yes is overwritten so it should work but throws a warning nonetheless.

  vars:
    newrelic_license_key: yes
    newrelic_service_state: started
    newrelic_license_key: ab2fa361cd4d0d373833cad619d7bcc424d27c16
franklinkim commented 7 years ago

yes, u're right, thx