This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-postfixadmin
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
apt module format
master
Markus Katharina Brechtel
3 years ago
parent
f35587edbf
commit
cf949d287c
1 changed files
with
4 additions
and
5 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-5
tasks/main.yml
+ 4
- 5
tasks/main.yml
View File
@@ -29,12 +29,11 @@
- name: install packages
- name: install packages
apt:
apt:
pkg: "{{item}}"
pkg:
- postfixadmin
- ca-certificates
- ssl-cert
install_recommends: no
install_recommends: no
with_items:
- postfixadmin
- ca-certificates
- ssl-cert
- name: dbconfig
- name: dbconfig
template:
template:
Write
Preview
Loading…
Cancel
Save