mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 21:41:53 +08:00
add base to the kernel-qa playbook
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user