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'
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
---
|
||||
- name: Configure yttrx mastodon server
|
||||
hosts: [mastodon]
|
||||
hosts: [yttrx]
|
||||
roles:
|
||||
- role: yttrx
|
||||
|
||||
Reference in New Issue
Block a user