Fix yttrx role for debian

This commit is contained in:
waffles
2023-02-11 01:11:31 -08:00
parent dbdd850b6d
commit 24f7356827
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -54,3 +54,10 @@
package:
name: python3.10-venv
state: present
when: ansible_distribution == 'Ubuntu'
- name: Install python3.10-venv
package:
name: python3-venv
state: present
when: ansible_distribution == 'Debian'