Skip to content

Commit

Permalink
Updates for Ansible Galaxy 2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Mar 7, 2016
1 parent ab937b6 commit 1b09071
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
sudo: required
language: python
python: "2.7"

Expand Down Expand Up @@ -41,3 +42,6 @@ script:
after_failure:
- sudo cat /var/log/redis/redis-server.log
- sudo cat /etc/redis/redis.conf

notifications:
webhooks: https://galaxy.ansible.com/api/v1/notifications/
24 changes: 12 additions & 12 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ galaxy_info:
description: Redis for Linux
company: "Midwestern Mac, LLC"
license: "license (BSD, MIT)"
min_ansible_version: 1.4
min_ansible_version: 1.8
platforms:
- name: EL
versions:
- 6
- 7
- name: Debian
versions:
- all
- name: Ubuntu
versions:
- all
categories:
- name: EL
versions:
- 6
- 7
- name: Debian
versions:
- all
- name: Ubuntu
versions:
- all
galaxy_tags:
- database
- development
- web

0 comments on commit 1b09071

Please sign in to comment.