1
0
mirror of https://yerbamate.ml/nutomic/peertube.social synced 2024-11-24 23:48:21 -05:00

Specify shell

This commit is contained in:
Felix Ableitner 2019-07-02 21:53:41 +02:00
parent 5ecf8a2212
commit 7ddae2c89f

View File

@ -7,6 +7,8 @@
pre_tasks: pre_tasks:
- name: install python for Ansible - name: install python for Ansible
raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal python-setuptools) raw: test -e /usr/bin/python || (apt -y update && apt install -y python-minimal python-setuptools)
args:
executable: /bin/bash
register: output register: output
changed_when: output.stdout != "" changed_when: output.stdout != ""
- setup: # gather facts - setup: # gather facts