mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +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
|
||||
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…
Reference in a new issue