mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Add distweb stanza to 9-local-addons/tasks/main.yml
On @aholt's suggestion
This commit is contained in:
parent
6e33ecf2c8
commit
30cd230f6a
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@
|
||||||
when: minetest_install
|
when: minetest_install
|
||||||
tags: minetest
|
tags: minetest
|
||||||
|
|
||||||
|
- name: DISTWEB
|
||||||
|
include_role:
|
||||||
|
name: distweb
|
||||||
|
when: distweb_install
|
||||||
|
tags: distweb
|
||||||
|
|
||||||
- name: Recording STAGE 9 HAS COMPLETED ====================
|
- name: Recording STAGE 9 HAS COMPLETED ====================
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: "{{ iiab_env_file }}"
|
dest: "{{ iiab_env_file }}"
|
||||||
|
|
Loading…
Reference in a new issue