Skip to content
Snippets Groups Projects
Commit 2055e09c authored by Peter Nerlich's avatar Peter Nerlich
Browse files

stop minetest before rebuilding overlayfs structure

parent 5fe07869
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,13 @@ ...@@ -42,6 +42,13 @@
include_tasks: install_mods.yml include_tasks: install_mods.yml
tags: mods tags: mods
- name: Stop minetest
ansible.builtin.systemd:
name: minetest
state: stopped
become: true
when: minetest_build.changed or game_repo.changed or mods_repo.changed
- name: Dissolve overlayfs structure - name: Dissolve overlayfs structure
ansible.posix.mount: ansible.posix.mount:
path: "{{ minetest_base_dir }}/minetest" path: "{{ minetest_base_dir }}/minetest"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment