Install Python (#27476)

This commit is contained in:
John R Barker 2017-07-31 07:20:19 +01:00 committed by GitHub
parent ea4eb8f1c8
commit 42298f890e

View file

@ -1,5 +1,9 @@
---
- name: Install python
raw:
test -e /usr/bin/python || apt-get -y update && apt-get install -y python-minimal
# network-integration test are ran with gather_facts: no
# We need to explicitly call setup so ansible_distribution is set