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
Move installation of 'patch' package into the actual role
merge-requests/1/merge
Christoph Haas
10 years ago
parent
5dd0c18e04
commit
894280ce6e
2 changed files
with
1 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
.gitlab-ci.yml
+1
-0
roles/ispmail-packages/tasks/main.yml
+ 0
- 4
.gitlab-ci.yml
View File
@@ -1,9 +1,5 @@
image: williamyeh/ansible:debian8
image: williamyeh/ansible:debian8
before_script:
- apt-get update
- apt-get -y install patch
variables:
variables:
HOSTNAME: default.example.org
HOSTNAME: default.example.org
+ 1
- 0
roles/ispmail-packages/tasks/main.yml
View File
@@ -14,6 +14,7 @@
- spamass-milter
- spamass-milter
- spamassassin
- spamassassin
- pwgen
- pwgen
- patch
- name: purge Exim installation
- name: purge Exim installation
apt: name={{item}} state=absent purge=yes
apt: name={{item}} state=absent purge=yes
with_items:
with_items:
Write
Preview
Loading…
Cancel
Save