Browse Source

remove sqlite from gogs playbook

services
Edoardo Putti 8 years ago
parent
commit
81d6162551
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      roles/gogs/tasks/main.yaml

+ 0
- 1
roles/gogs/tasks/main.yaml View File

@ -2,7 +2,6 @@
- name: Install dependencies
apt: name={{ item }} state=latest
with_items:
- sqlite3
- git
- name: Install Https for APT
apt: name=apt-transport-https update_cache=yes


Loading…
Cancel
Save