mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
fix other OS installs
This commit is contained in:
@@ -13,13 +13,7 @@ mysqlpkgs:
|
|||||||
- skip_suggestions: False
|
- skip_suggestions: False
|
||||||
- pkgs:
|
- pkgs:
|
||||||
{% if grains['os_family'] != 'RedHat' %}
|
{% if grains['os_family'] != 'RedHat' %}
|
||||||
{% if grains['oscodename'] == 'bionic' %}
|
|
||||||
- python3-mysqldb
|
- python3-mysqldb
|
||||||
{% elif grains['oscodename'] == 'focal' %}
|
|
||||||
- python3-mysqldb
|
|
||||||
{% elif grains['oscodename'] == 'jammy' %}
|
|
||||||
- python3-mysqldb
|
|
||||||
{% endif %}
|
|
||||||
{% else %}
|
{% else %}
|
||||||
- python3-mysqlclient
|
- python3-mysqlclient
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user