aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/cgit/tasks/dependencies.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/roles/cgit/tasks/dependencies.yml b/roles/cgit/tasks/dependencies.yml
index 41f0884..c0439e8 100644
--- a/roles/cgit/tasks/dependencies.yml
+++ b/roles/cgit/tasks/dependencies.yml
@@ -1,5 +1,7 @@
-- name: retrieve dependencies for lowdown
- shell: ldd /usr/local/bin/lowdown | tr -s " " | grep "0 1 0" | cut -d " " -f 7
+- name: retrieve dependencies for lowdown # noqa: no-changed-when
+ shell: |
+ set -o pipefail
+ ldd /usr/local/bin/lowdown | tr -s " " | grep "0 1 0" | cut -d " " -f 7
register: result
- name: create dependencies directories in chroot
remember that computers suck.