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