Fix yttrx role for debian
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user