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 %}
{% if GLOBALS.os == 'Ubuntu' %}
{% if GLOBALS.os_family == 'Debian' %}
commonpkgs:
pkg.installed:
- skip_suggestions: True
@@ -23,6 +23,7 @@ commonpkgs:
- python3-watchdog
- python3-lxml
- git
- rsync
- vim
- tar
- unzip