mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #1806 from holta/doc-cleanups
Ansible output fixed for internetarchive & Minetest
This commit is contained in:
commit
1bd8d9401b
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
state: directory
|
||||
owner: "root"
|
||||
|
||||
- name: Run yarn install to get needed modules (CAN TAKE ~5 MINUTES)
|
||||
- name: Run yarn install to get needed modules (CAN TAKE ~15 MINUTES)
|
||||
command: sudo yarn add @internetarchive/dweb-archive @internetarchive/dweb-mirror
|
||||
args:
|
||||
chdir: "{{ internetarchive_dir }}"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
- /etc/minetest
|
||||
- /var/log/minetest
|
||||
|
||||
- name: Extract {{ downloads_dir }}/{{ rpi_src }} into /library/games
|
||||
- name: Extract {{ downloads_dir }}/{{ minetest_rpi_src }} into /library/games
|
||||
unarchive:
|
||||
src: "{{ downloads_dir }}/{{ minetest_rpi_src }}"
|
||||
dest: /library/games
|
||||
|
|
Loading…
Add table
Reference in a new issue