1
0
Fork 0
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:
A Holt 2019-07-01 16:28:33 -04:00 committed by GitHub
commit 1bd8d9401b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}"

View file

@ -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