From 5fac5ab662a31495dab7897ff437f95d7c5111c9 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 6 Aug 2019 21:55:08 +0200 Subject: [PATCH] debug --- tasks/prepare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/prepare.yml b/tasks/prepare.yml index 107734c..a12ef97 100644 --- a/tasks/prepare.yml +++ b/tasks/prepare.yml @@ -1,7 +1,7 @@ --- - block: - name: Debug - command: ll /usr/local/bin + command: /bin/ls -l /usr/local/bin changed_when: False register: __test