Browse Source

Update role for Ansible Galaxy 2.x notifications.

Jeff Geerling 9 years ago
parent
commit
8ee00b9266
2 changed files with 16 additions and 12 deletions
  1. 4 0
      .travis.yml
  2. 12 12
      meta/main.yml

+ 4 - 0
.travis.yml

@@ -1,4 +1,5 @@
 ---
+sudo: required
 language: python
 python: "2.7"
 
@@ -33,3 +34,6 @@ script:
   # TODO - get the test working. Probably need to add a virtual host.
   # Request a page via Nginx, to make sure Nginx is running and responds.
   # - "curl http://localhost/"
+
+notifications:
+  webhooks: https://galaxy.ansible.com/api/v1/notifications/

+ 12 - 12
meta/main.yml

@@ -6,18 +6,18 @@ galaxy_info:
   description: Nginx installation for Linux/UNIX.
   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:
     - development
     - web