mirror of
https://yerbamate.ml/nutomic/peertube.social
synced 2024-11-24 23:18:21 -05:00
Specify shell
This commit is contained in:
parent
5ecf8a2212
commit
7ddae2c89f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user