This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-certificate
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
new apt module style
master
Markus Katharina Brechtel
6 years ago
parent
7563719140
commit
7f8b25b772
1 changed files
with
3 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-4
tasks/setup_Debian.yml
+ 3
- 4
tasks/setup_Debian.yml
View File
@@ -2,7 +2,6 @@
- name: install packages
- name: install packages
apt:
apt:
pkg: "{{item}}"
with_items:
- openssl
- certbot
pkg:
- openssl
- certbot
Write
Preview
Loading…
Cancel
Save