1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

35 tasks/*.yml writing to iiab_state.yml

This commit is contained in:
root 2020-01-12 17:06:24 -05:00
parent 85bd6ec55b
commit bd915fcdae
30 changed files with 90 additions and 113 deletions

View file

@ -9,12 +9,10 @@
- name: Create /library/games
file:
state: directory
path: "{{ item }}"
owner: root
group: root
mode: 0755
with_items:
- /library/games
path: /library/games
# owner: root
# group: root
# mode: 0755
# rpi only
- include_tasks: rpi_minetest_install.yml
@ -37,7 +35,7 @@
recurse: yes
owner: "{{ minetest_runas_user }}"
group: "{{ minetest_runas_group }}"
mode: 0755
# mode: 0755
when: minetest_default_game == "carbone-ng"
# Install games
@ -76,5 +74,3 @@
dest: "{{ iiab_state_file }}"
regexp: '^minetest_installed'
line: 'minetest_installed: True'
state: present