Browse Source

Use Travis to Galaxy notifications.

Jeff Geerling 8 years ago
parent
commit
18536d8d92
2 changed files with 3 additions and 3 deletions
  1. 1 1
      defaults/main.yml
  2. 2 2
      meta/main.yml

+ 1 - 1
defaults/main.yml

@@ -1,7 +1,7 @@
 ---
 gogs_user: git
 gogs_user_home: /home/git
-gogs_binary_url: https://github.com/gogits/gogs/releases/download/v0.6.15/linux_amd64.zip
+gogs_binary_url: https://github.com/gogits/gogs/releases/download/v0.8.25/linux_amd64.zip
 gogs_http_port: "3000"
 gogs_use_mysql: false
 gogs_db_name: gogs

+ 2 - 2
meta/main.yml

@@ -7,7 +7,7 @@ galaxy_info:
   description: "Gogs: Go Git Service"
   company: "Midwestern Mac, LLC"
   license: "license (BSD, MIT)"
-  min_ansible_version: 1.4
+  min_ansible_version: 1.8
   platforms:
   - name: EL
     versions:
@@ -19,6 +19,6 @@ galaxy_info:
   - name: Debian
     versions:
     - all
-  categories:
+  galaxy_tags:
     - development
     - web