mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 02:26:26 +05:00
Added python part to ansible script
This commit is contained in:
committed by
Dan Christian Bogos
parent
d0de6fbd5f
commit
58ecfc28e9
@@ -1,4 +1,13 @@
|
||||
---
|
||||
- name: Install Python
|
||||
hosts: all
|
||||
remote_user: '{{ user }}'
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: Install Python3s
|
||||
raw: apt -y install python3
|
||||
become: true
|
||||
|
||||
- hosts: all
|
||||
vars:
|
||||
ansible_python_interpreter: auto # to disable deprication warning related to the use of python2
|
||||
|
||||
Reference in New Issue
Block a user