Fix yttrx role for debian
This commit is contained in:
@@ -54,3 +54,10 @@
|
|||||||
package:
|
package:
|
||||||
name: python3.10-venv
|
name: python3.10-venv
|
||||||
state: present
|
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
|
- name: Configure yttrx mastodon server
|
||||||
hosts: [mastodon]
|
hosts: [yttrx]
|
||||||
roles:
|
roles:
|
||||||
- role: yttrx
|
- role: yttrx
|
||||||
|
|||||||
Reference in New Issue
Block a user