소스 검색

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

불러오는 중...
취소
저장