Add Debian

This commit is contained in:
Mike Reeves
2023-07-07 12:52:45 -04:00
parent 5a642b151b
commit d18ebd6e36

View File

@@ -1,6 +1,6 @@
{% from 'vars/globals.map.jinja' import GLOBALS %} {% from 'vars/globals.map.jinja' import GLOBALS %}
{% if GLOBALS.os == 'Ubuntu' %} {% if GLOBALS.os_family == 'Debian' %}
commonpkgs: commonpkgs:
pkg.installed: pkg.installed:
- skip_suggestions: True - skip_suggestions: True
@@ -23,6 +23,7 @@ commonpkgs:
- python3-watchdog - python3-watchdog
- python3-lxml - python3-lxml
- git - git
- rsync
- vim - vim
- tar - tar
- unzip - unzip