瀏覽代碼

also install postfix-mysql

master
父節點
當前提交
c93b7d1e7a
共有 1 個檔案被更改,包括 5 行新增2 行删除
  1. +5
    -2
      tasks/main.yml

+ 5
- 2
tasks/main.yml 查看文件

@@ -1,8 +1,11 @@
---

- name: install package
- name: install packages
apt:
pkg: postfix
pkg: "{{item}}"
with_items:
- postfix
- postfix-mysql

- name: main configuration
template:


Loading…
取消
儲存