Skip to content

Commit

Permalink
Merge pull request #26 from DataDog/olivielpeau/update-metadata-readme
Browse files Browse the repository at this point in the history
Prepare 1.0 release
  • Loading branch information
olivielpeau committed May 31, 2016
2 parents c3d3ffa + ac04997 commit 883abb1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Example Playbooks
```
- hosts: servers
roles:
- { role: Datadog.datadog, sudo: yes }
- { role: Datadog.datadog, become: yes } # On Ansible < 1.9, use `sudo: yes` instead of `become: yes`
vars:
datadog_api_key: "123456"
datadog_config:
Expand Down Expand Up @@ -70,7 +70,7 @@ Example Playbooks
```
- hosts: servers
roles:
- { role: Datadog.datadog, sudo: yes, datadog_api_key: "mykey" }
- { role: Datadog.datadog, become: yes, datadog_api_key: "mykey" } # On Ansible < 1.9, use `sudo: yes` instead of `become: yes`
```

License
Expand Down
3 changes: 2 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ galaxy_info:
author: 'Brian Akins, Dustin Brown & Datadog'
description: Install Datadog agent and configure checks
license: Apache2
min_ansible_version: 1.2
min_ansible_version: 1.6
platforms:
- name: Ubuntu
versions:
Expand All @@ -18,6 +18,7 @@ galaxy_info:
- trusty
- utopic
- vivid
- xenial
- name: Debian
versions:
- squeeze
Expand Down

0 comments on commit 883abb1

Please sign in to comment.