
This moves all image-builder code from the airship/images repository here so resources aren't wasted validating PS's against these tests as they take a long time. Change-Id: I478a817b694b88cf0900c21726ee29b286ec81a3
7 lines
247 B
YAML
7 lines
247 B
YAML
# Settings here will be applied to /etc/default/grub.d/kdump-tools.cfg when kdump-tools is installed
|
|
- name: "kdump-tools | kdump-tools config"
|
|
template:
|
|
src: kdump-tools.cfg.j2
|
|
dest: "/etc/default/grub.d/kdump-tools.cfg"
|
|
mode: 0644
|