This website works better with JavaScript.
首頁
探索
說明
註冊
登入
nils
/
ispmail-buster-ansible
镜像来自
http://git.workaround.org/ispmail/ispmail-buster-ansible.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Move installation of 'patch' package into the actual role
merge-requests/1/merge
Christoph Haas
10 年之前
父節點
5dd0c18e04
當前提交
894280ce6e
共有
2 個文件被更改
,包括
1 次插入
和
4 次删除
分割檢視
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
查看文件
@@ -1,9 +1,5 @@
image: williamyeh/ansible:debian8
before_script:
- apt-get update
- apt-get -y install patch
variables:
HOSTNAME: default.example.org
+ 1
- 0
roles/ispmail-packages/tasks/main.yml
查看文件
@@ -14,6 +14,7 @@
- spamass-milter
- spamassassin
- pwgen
- patch
- name: purge Exim installation
apt: name={{item}} state=absent purge=yes
with_items:
Write
Preview
Loading…
取消
儲存