ソースを参照

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:


読み込み中…
キャンセル
保存