From 5bf5ab583ce7d0960e02ef3eba592ac6c91d5ccc Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 15 May 2013 20:42:41 +0000 Subject: [PATCH] add base to the kernel-qa playbook --- playbooks/groups/kernel-qa.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/playbooks/groups/kernel-qa.yml b/playbooks/groups/kernel-qa.yml index cf5e257371..1c87278acd 100644 --- a/playbooks/groups/kernel-qa.yml +++ b/playbooks/groups/kernel-qa.yml @@ -13,11 +13,9 @@ - ${vars}/${ansible_distribution}.yml tasks: - # dummy task as filler - - name: dummy ping - action: ping # this is how you include other task lists - # - include: $tasks/sometasks.yml + - include: $tasks/base.yml + handlers: - include: $handlers/restart_services.yml