From 7ddae2c89f4580cd9a656568e74a7efbcf835068 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Tue, 2 Jul 2019 21:53:41 +0200 Subject: [PATCH] Specify shell --- peertube.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/peertube.yml b/peertube.yml index 44b4e55..2c2c6ce 100644 --- a/peertube.yml +++ b/peertube.yml @@ -7,6 +7,8 @@ pre_tasks: - name: install python for Ansible raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal python-setuptools) + args: + executable: /bin/bash register: output changed_when: output.stdout != "" - setup: # gather facts