Replace the postfix task by using the base role

This commit is contained in:
Pierre-Yves Chibon 2013-10-14 18:43:29 +02:00
parent 29a3b73a70
commit 4c6b323d3e

View file

@ -25,9 +25,11 @@
- ${private}/vars.yml
- ${vars}/${ansible_distribution}.yml
roles:
- /srv/web/infra/ansible/roles/base
tasks:
- include: $tasks/cloud_setup_basic.yml
- include: $tasks/postfix_basic.yml
- name: make the jenkins path
action: file state=directory path=/var/lib/jenkins