summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--slx-builder/tasks/install.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/slx-builder/tasks/install.yml b/slx-builder/tasks/install.yml
index c7393be..95f2066 100644
--- a/slx-builder/tasks/install.yml
+++ b/slx-builder/tasks/install.yml
@@ -20,7 +20,7 @@
mode: 0550
- name: OpenSLX dracut | Initialize repository
- shell: "{{ builder_path }} --init"
+ shell: "{{ builder_path }} --init --debug"
args:
creates: "${{ builder_path | dirname }}/dracut/dracut.sh"