File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ # 1.1.0 / 2016-06-27
5+
6+ * [ FEATURE] Allow APT repo settings to be user-defined. See [ #20 ] [ ] (thanks [ @geoffwright ] [ ] )
7+
48# 1.0.0 / 2016-06-08
59
610Initial release, compatible with Ansible v1 & v2
11+
12+ [ #20 ] : https://github.com/DataDog/ansible-datadog/issues/20
13+
14+ [ @geoffwright ] : https://github.com/geoffwright
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Role Variables
2020- ` datadog_process_checks ` - Array of process checks and options (DEPRECATED: use ` process ` under
2121` datadog_checks ` instead)
2222- ` datadog_apt_repo ` - Override default Datadog ` apt ` repository
23- - ` datadog_apt_key_url ` - Url to Datadog ` apt ` key
23+ - ` datadog_apt_key_url ` - Override default url to Datadog ` apt ` key
2424
2525Dependencies
2626------------
You can’t perform that action at this time.
0 commit comments