Add some Ubuntu

This commit is contained in:
Mike Reeves
2023-07-03 11:59:07 -04:00
parent 8e90658856
commit 10aa77977e

View File

@@ -23,7 +23,13 @@ commonpkgs:
- python3-lxml - python3-lxml
- git - git
- vim - vim
- tar
- unzip
{% if grains.oscodename == 'jammy' %}
- python3-rich
{% endif %}
{% if grains.oscodename == 'focal' %}
# since Ubuntu requires and internet connection we can use pip to install modules # since Ubuntu requires and internet connection we can use pip to install modules
python3-pip: python3-pip:
pkg.installed pkg.installed
@@ -34,7 +40,7 @@ python-rich:
- target: /usr/local/lib/python3.8/dist-packages/ - target: /usr/local/lib/python3.8/dist-packages/
- require: - require:
- pkg: python3-pip - pkg: python3-pip
{% endif %}
{% elif GLOBALS.os == 'Rocky' %} {% elif GLOBALS.os == 'Rocky' %}
commonpkgs: commonpkgs: