mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Install Python (#27476)
This commit is contained in:
parent
ea4eb8f1c8
commit
42298f890e
1 changed files with 4 additions and 0 deletions
|
@ -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
|
# network-integration test are ran with gather_facts: no
|
||||||
# We need to explicitly call setup so ansible_distribution is set
|
# We need to explicitly call setup so ansible_distribution is set
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue