1
0
Fork 0
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:
A Holt 2019-07-08 08:34:06 -04:00 committed by GitHub
commit d5b2eb83fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}"