mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Merge pull request #1843 from holta/stage-9-alphabetical-order
9-local-addons/tasks/main.yml playbooks in alphabetical order
This commit is contained in:
commit
d5b2eb83fe
1 changed files with 6 additions and 6 deletions
|
@ -15,18 +15,18 @@
|
||||||
when: calibreweb_install | bool
|
when: calibreweb_install | bool
|
||||||
tags: calibre-web
|
tags: calibre-web
|
||||||
|
|
||||||
- name: MINETEST
|
|
||||||
include_role:
|
|
||||||
name: minetest
|
|
||||||
when: minetest_install | bool
|
|
||||||
tags: minetest
|
|
||||||
|
|
||||||
- name: INTERNETARCHIVE
|
- name: INTERNETARCHIVE
|
||||||
include_role:
|
include_role:
|
||||||
name: internetarchive
|
name: internetarchive
|
||||||
when: internetarchive_install | bool
|
when: internetarchive_install | bool
|
||||||
tags: internetarchive
|
tags: internetarchive
|
||||||
|
|
||||||
|
- name: MINETEST
|
||||||
|
include_role:
|
||||||
|
name: minetest
|
||||||
|
when: minetest_install | bool
|
||||||
|
tags: minetest
|
||||||
|
|
||||||
- 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