diff options
author | Jonathan Bauer | 2022-03-03 13:38:05 +0100 |
---|---|---|
committer | Jonathan Bauer | 2022-03-03 13:38:05 +0100 |
commit | 13d7a5e646d3f7dd064e991c51db53d9b499d1d9 (patch) | |
tree | ad026fe03338c4e0f74f107de0e87f34f02f36d9 | |
parent | for debugging... (diff) | |
download | ansible-dracut-13d7a5e646d3f7dd064e991c51db53d9b499d1d9.tar.gz ansible-dracut-13d7a5e646d3f7dd064e991c51db53d9b499d1d9.tar.xz ansible-dracut-13d7a5e646d3f7dd064e991c51db53d9b499d1d9.zip |
Revert "for debugging..."
This reverts commit 85162410ada079cb0102b39719c1bd29bfe4479d.
-rw-r--r-- | slx-builder/tasks/main.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/slx-builder/tasks/main.yml b/slx-builder/tasks/main.yml index fa3dd6e..5ba40e1 100644 --- a/slx-builder/tasks/main.yml +++ b/slx-builder/tasks/main.yml @@ -10,7 +10,3 @@ - import_tasks: tasks/build.yml tags: - build - -- shell: | - sleep 999999 - true |