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
|
||||
tags: calibre-web
|
||||
|
||||
- name: MINETEST
|
||||
include_role:
|
||||
name: minetest
|
||||
when: minetest_install | bool
|
||||
tags: minetest
|
||||
|
||||
- name: INTERNETARCHIVE
|
||||
include_role:
|
||||
name: internetarchive
|
||||
when: internetarchive_install | bool
|
||||
tags: internetarchive
|
||||
|
||||
- name: MINETEST
|
||||
include_role:
|
||||
name: minetest
|
||||
when: minetest_install | bool
|
||||
tags: minetest
|
||||
|
||||
- name: Recording STAGE 9 HAS COMPLETED ====================
|
||||
lineinfile:
|
||||
dest: "{{ iiab_env_file }}"
|
||||
|
|
Loading…
Reference in a new issue