mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #2 from mitra42/patch-2
Add distweb stanza to 9-local-addons/tasks/main.yml
This commit is contained in:
commit
1a523ac843
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@
|
|||
when: minetest_install
|
||||
tags: minetest
|
||||
|
||||
- name: DISTWEB
|
||||
include_role:
|
||||
name: distweb
|
||||
when: distweb_install
|
||||
tags: distweb
|
||||
|
||||
- name: Recording STAGE 9 HAS COMPLETED ====================
|
||||
lineinfile:
|
||||
dest: "{{ iiab_env_file }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue