This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-gitea
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
new apt module format
master
Markus Katharina Brechtel
5 years ago
parent
265c3f36ab
commit
d37e13b7a4
1 changed files
with
4 additions
and
5 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Write
Preview
Loading…
Cancel
Save