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