ソースを参照

correct dovecot packages

master
コミット
8340f5c896
1個のファイルの変更17行の追加1行の削除
  1. +17
    -1
      tasks/main.yml

+ 17
- 1
tasks/main.yml ファイルの表示

@@ -2,4 +2,20 @@

- name: install package
apt:
pkg: dovecot
pkg: "{{ item }}"
with_items:
- dovecot-imapd
- dovecot-lmptd

- name: configuration pull directory
local_action: file
args:
path: host_files/{{inventory_hostname}}/etc
state: directory

- name: pull configuration
synchronize:
src: /etc/dovecot
dest: host_files/{{inventory_hostname}}/etc/
mode: pull
recursive: true

読み込み中…
キャンセル
保存