diff --git a/playbook.yml b/playbook.yml index 5fc720b4..8452f321 100644 --- a/playbook.yml +++ b/playbook.yml @@ -8,9 +8,9 @@ hosts: gaming_hosts become: true roles: - - games + - native-games - name: setup libreoffice hosts hosts: libreoffice_hosts become: true roles: - - libreoffice + - native-libreoffice diff --git a/roles/libreoffice/meta/main.yml b/roles/libreoffice/meta/main.yml deleted file mode 100644 index a17ee3d0..00000000 --- a/roles/libreoffice/meta/main.yml +++ /dev/null @@ -1,2 +0,0 @@ -dependencies: -- hunspell diff --git a/roles/games/tasks/main.yml b/roles/native-games/tasks/main.yml similarity index 100% rename from roles/games/tasks/main.yml rename to roles/native-games/tasks/main.yml diff --git a/roles/hunspell/tasks/main.yml b/roles/native-hunspell/tasks/main.yml similarity index 100% rename from roles/hunspell/tasks/main.yml rename to roles/native-hunspell/tasks/main.yml diff --git a/roles/native-office/meta/main.yml b/roles/native-office/meta/main.yml new file mode 100644 index 00000000..ce3fdfe4 --- /dev/null +++ b/roles/native-office/meta/main.yml @@ -0,0 +1,2 @@ +dependencies: +- native-hunspell diff --git a/roles/libreoffice/tasks/main.yml b/roles/native-office/tasks/main.yml similarity index 100% rename from roles/libreoffice/tasks/main.yml rename to roles/native-office/tasks/main.yml