From 7d6249dd8b4aa1a3b0620edcd89e436b0d972039 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 10 Nov 2018 19:02:39 +0000 Subject: [PATCH] Include vars on hardware only machines --- playbooks/include/happy_birthday.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/include/happy_birthday.yml b/playbooks/include/happy_birthday.yml index f9ba7e6e07..6d7a41ce27 100644 --- a/playbooks/include/happy_birthday.yml +++ b/playbooks/include/happy_birthday.yml @@ -9,6 +9,7 @@ tasks: - import_tasks: "{{ tasks_path }}/happy_birthday.yml" + - include_vars: dir=/srv/web/infra/ansible/vars/all/ ignore_files=README handlers: - import_tasks: "{{ handlers_path }}/restart_services.yml"