瀏覽代碼

new apt module format

master
父節點
當前提交
d37e13b7a4
共有 1 個文件被更改,包括 4 次插入5 次删除
  1. +4
    -5
      tasks/deploy.yml

+ 4
- 5
tasks/deploy.yml 查看文件

@@ -1,11 +1,10 @@
---
- name: debian packages
apt:
pkg: "{{item}}"
with_items:
- ca-certificates
- git
- golang
pkg:
- ca-certificates
- git
- golang

- name: download gitea
get_url:


Loading…
取消
儲存