Browse Source

redact old passwd

pull/1/head
theonlydoo 9 years ago
parent
commit
c281fc518b
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      roles/mail/handlers/main.yml
  2. +2
    -0
      roles/mail/tasks/main.yml

+ 1
- 1
roles/mail/handlers/main.yml View File

@ -1,5 +1,5 @@
- name: restart apache2
- name: restart apache
service: name=apache2 state=restarted
- name: restart amavis

+ 2
- 0
roles/mail/tasks/main.yml View File

@ -139,6 +139,8 @@
- name: Copy postfixadmin config files
template: src=config.inc.php dest=/etc/postfixadmin/ owner=root mode=655
- name: To usr share equally
template: src=config.inc.php dest=/usr/share/postfixadmin/ owner=www-data mode=655
- name: TODO

Loading…
Cancel
Save