|
|
|
|
11
|
service: name=tomcat6 state=restarted
|
11
|
service: name=tomcat6 state=restarted
|
12
|
|
12
|
|
13
|
- name: import sql postfix
|
13
|
- name: import sql postfix
|
14
|
- action: shell PGPASSWORD={{ mail_db_password }} psql -h localhost -d {{ mail_db_database }} -U {{ mail_db_username }} -f /etc/postfix/import.sql --set ON_ERROR_STOP=1
|
|
|
|
|
14
|
+ action: shell PGPASSWORD='{{ mail_db_password }}' psql -h localhost -d {{ mail_db_database }} -U {{ mail_db_username }} -f /etc/postfix/import.sql --set ON_ERROR_STOP=1
|
15
|
notify: restart postfix
|
15
|
notify: restart postfix
|
16
|
-
|
|
|