From aa372e223bf8e8641f850d737d02d1c550a2d0b9 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Tue, 7 Mar 2017 10:49:15 +0100 Subject: [PATCH] https.yml : conventions for files paths --- playbooks/httpd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/httpd.yml b/playbooks/httpd.yml index b18a82b..5712f48 100644 --- a/playbooks/httpd.yml +++ b/playbooks/httpd.yml @@ -2,8 +2,8 @@ gather_facts: yes become: yes vars: - roles: ../../ansible-roles - tasks: ../tasks + roles: ~/GIT/ansible-roles + tasks: ~/GIT/ansible-public/tasks vars: - evolinux_default_www_nginx_enabled: True