add base to the kernel-qa playbook

This commit is contained in:
Seth Vidal
2013-05-15 20:42:41 +00:00
parent 09efcc5a19
commit 5bf5ab583c

View File

@@ -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