mirror of
https://github.com/kevinveenbirkenbach/client-playbook.git
synced 2025-11-04 21:07:58 +00:00
Renamed roles
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user