mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
services - is_rpi -> is_raspbian
This commit is contained in:
parent
ebf24417aa
commit
9d9997584e
15 changed files with 40 additions and 40 deletions
|
@ -7,7 +7,7 @@
|
|||
# only works if server run as root
|
||||
minetest_runas_user: root
|
||||
minetest_runas_group: root
|
||||
when: is_rpi | bool
|
||||
when: is_raspbian | bool
|
||||
|
||||
# For other installs
|
||||
- name: Set some facts for other platforms
|
||||
|
@ -16,7 +16,7 @@
|
|||
minetest_working_dir: /usr/share/games/minetest
|
||||
minetest_runas_user: Debian-minetest
|
||||
minetest_runas_group: games
|
||||
when: not is_rpi
|
||||
when: not is_raspbian
|
||||
|
||||
- name: Set some facts for all
|
||||
set_fact:
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
|
||||
# rpi only
|
||||
- include_tasks: rpi_minetest_install.yml
|
||||
when: not minetest_world.stat.exists and is_rpi
|
||||
when: not minetest_world.stat.exists and is_raspbian
|
||||
|
||||
# not rpi
|
||||
- include_tasks: minetest_install.yml
|
||||
when: not minetest_world.stat.exists and not is_rpi
|
||||
when: not minetest_world.stat.exists and not is_raspbian
|
||||
|
||||
- git:
|
||||
repo: https://github.com/Calinou/carbone-ng.git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue