mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-13 00:11:05 +01:00
Renamed roles
This commit is contained in:
parent
9291240bba
commit
a622cacdb9
@ -8,9 +8,9 @@
|
|||||||
hosts: gaming_hosts
|
hosts: gaming_hosts
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- games
|
- native-games
|
||||||
- name: setup libreoffice hosts
|
- name: setup libreoffice hosts
|
||||||
hosts: libreoffice_hosts
|
hosts: libreoffice_hosts
|
||||||
become: true
|
become: true
|
||||||
roles:
|
roles:
|
||||||
- libreoffice
|
- native-libreoffice
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
dependencies:
|
|
||||||
- hunspell
|
|
2
roles/native-office/meta/main.yml
Normal file
2
roles/native-office/meta/main.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
dependencies:
|
||||||
|
- native-hunspell
|
Loading…
Reference in New Issue
Block a user