diff options
author | Jonathan Bauer | 2020-01-24 14:44:13 +0100 |
---|---|---|
committer | Jonathan Bauer | 2020-01-24 14:44:13 +0100 |
commit | 6025669cb5de0f55f623705233508215987ea67b (patch) | |
tree | 5952672af7169b4c1e22ea3fe8468971bfed004b /slx-builder/tasks | |
parent | slx-builder/tasks/dnbd3-fixes.yml: fix paths (diff) | |
download | ansible-dracut-6025669cb5de0f55f623705233508215987ea67b.tar.gz ansible-dracut-6025669cb5de0f55f623705233508215987ea67b.tar.xz ansible-dracut-6025669cb5de0f55f623705233508215987ea67b.zip |
slx-builder/tasks/install.yml: add --debug
Diffstat (limited to 'slx-builder/tasks')
-rw-r--r-- | slx-builder/tasks/install.yml | 2 |
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" |