浏览代码

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:


正在加载...
取消
保存