From 16cc8ecc02a329bcc668f4ee7ba5466a71f7733f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 5 Sep 2013 16:26:59 +0000 Subject: [PATCH] Don't use the roles variable, it does not work yet --- playbooks/groups/mailman.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/playbooks/groups/mailman.yml b/playbooks/groups/mailman.yml index 5411b8374b..d900b4f1f0 100644 --- a/playbooks/groups/mailman.yml +++ b/playbooks/groups/mailman.yml @@ -29,12 +29,12 @@ - ${vars}/${ansible_distribution}.yml roles: - - ${roles}/base - - ${roles}/rkhunter - - ${roles}/denyhosts - - ${roles}/nagios_client - - ${roles}/fas_client - - ${roles}/yum-cron + - /srv/web/infra/ansible/roles/base + - /srv/web/infra/ansible/roles/rkhunter + - /srv/web/infra/ansible/roles/denyhosts + - /srv/web/infra/ansible/roles/nagios_client + - /srv/web/infra/ansible/roles/fas_client + - /srv/web/infra/ansible/roles/yum-cron tasks: # this is how you include other task lists @@ -102,7 +102,7 @@ - ${vars}/${ansible_distribution}.yml roles: - - ${roles}/mailman + - /srv/web/infra/ansible/roles/mailman tasks: - name: server front page