This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nils
/
ispmail-buster-ansible
mirror of
http://git.workaround.org/ispmail/ispmail-buster-ansible.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Run an "apt-get update" before trying to install packages.
Otherwise Vagrant shows 404s.
merge-requests/1/merge
Christoph Haas
10 years ago
parent
50298be3a6
commit
5340c40955
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/ispmail-packages/tasks/main.yml
+ 1
- 1
roles/ispmail-packages/tasks/main.yml
View File
@@ -1,6 +1,6 @@
---
- name: install required binary packages
apt: name={{item}} state=installed
apt: name={{item}} state=installed
update_cache=yes
with_items:
- mysql-server
- postfix
Write
Preview
Loading…
Cancel
Save