Przeglądaj źródła

Update to latest version of Gogs.

Jeff Geerling 8 lat temu
rodzic
commit
18820120d4
3 zmienionych plików z 2 dodań i 3 usunięć
  1. 1 1
      defaults/main.yml
  2. 1 1
      meta/main.yml
  3. 0 1
      tasks/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.5.11/linux_amd64.zip
+gogs_binary_url: https://github.com/gogits/gogs/releases/download/v0.6.15/linux_amd64.zip
 gogs_http_port: "3000"
 gogs_use_mysql: false
 gogs_db_name: gogs

+ 1 - 1
meta/main.yml

@@ -1,6 +1,6 @@
 ---
 dependencies:
-  - { role: geerlingguy.git }
+  - geerlingguy.git
 
 galaxy_info:
   author: geerlingguy

+ 0 - 1
tasks/main.yml

@@ -16,7 +16,6 @@
     name: "{{ gogs_user }}"
     comment: Gogs
     home: "{{ gogs_user_home }}"
-    shell: /bin/bash
 
 - name: Download Gogs.
   get_url: