Unverified Commit ac6022c4 authored by Keshav Prasad's avatar Keshav Prasad Committed by GitHub
Browse files

fix: move package names to ubuntu 20 and above, no support for ubuntu 18/16 (#3326)

Showing with 1 addition and 4 deletions
+1 -4
......@@ -9,10 +9,7 @@
- name: Installing other packages
apt:
state: present
name: "{{ item }}"
with_items:
- python-pkg-resources
- python-pip
name: ['python-pkg-resources', 'python3-pip']
roles:
- bootstrap_any
tags:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment