summaryrefslogtreecommitdiffstats
path: root/build-dracut-initramfs.yml
blob: ff4e54afc5595e54c09eb1c112bc91dc03979ef0 (plain) (blame)
1
2
3
4
5
6
7
---
- hosts: "all"
  gather_facts: yes
  pre_tasks:
    - setup:
  roles:
    - { role: "dracut-initramfs-builder" }