Skip to content
Snippets Groups Projects
Unverified Commit 36b4fe2f authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

:fix: switch from yum to apt

parent 732bc099
No related branches found
No related tags found
No related merge requests found
Pipeline #71053 passed
---
- name: Install Python3
yum:
name: ['python3', 'python3-pip']
ansible.builtin.apt:
name:
- python3
- python3-pip
state: latest
- name: Install PastML
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment