From 4c6b323d3eafcd3d997a94e4aa5b622f4da9ee57 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 14 Oct 2013 18:43:29 +0200 Subject: [PATCH] Replace the postfix task by using the base role --- playbooks/groups/jenkins-cloud.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index 4bcfe681eb..cb31db4569 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -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