Browse Source

new apt module format

master
parent
commit
d37e13b7a4
1 changed files with 4 additions and 5 deletions
  1. +4
    -5
      tasks/deploy.yml

+ 4
- 5
tasks/deploy.yml View File

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


- name: download gitea - name: download gitea
get_url: get_url:


Loading…
Cancel
Save