Skip to content

Commit

Permalink
convert one-line dictionary to multi-line for sendmail.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sobolev committed Jan 19, 2015
1 parent 267a4da commit 50ac5b9
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions roles/base/tasks/sendmail.yml
Expand Up @@ -7,9 +7,12 @@
state: present
notify: reload sendmail
with_items:
- {option: "sendmail_submit_enable", value: "NO"}
- {option: "sendmail_outbound_enable", value: "YES"}
- {option: "sendmail_msp_queue_enable", value: "YES"}
- option: "sendmail_submit_enable"
value: "NO"
- option: "sendmail_outbound_enable"
value: "YES"
- option: "sendmail_msp_queue_enable"
value: "YES"
when: configure_sendmail

- name: update root mail alias
Expand Down

0 comments on commit 50ac5b9

Please sign in to comment.