소스 검색

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:


불러오는 중...
취소
저장