mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
move nginx to stage 9
This commit is contained in:
parent
301446658b
commit
7282498ccc
2 changed files with 6 additions and 6 deletions
|
@ -5,12 +5,6 @@
|
|||
path: "{{ iiab_state_file }}"
|
||||
state: touch
|
||||
|
||||
- name: NGINX
|
||||
include_role:
|
||||
name: nginx
|
||||
when: nginx_install
|
||||
tags: base, nginx
|
||||
|
||||
- name: Install dnsmasq
|
||||
include_tasks: roles/network/tasks/dnsmasq.yml
|
||||
when: dnsmasq_install | bool
|
||||
|
|
|
@ -43,6 +43,12 @@
|
|||
name: calibre-web
|
||||
tags: calibre-web
|
||||
|
||||
- name: NGINX
|
||||
include_role:
|
||||
name: nginx
|
||||
when: nginx_install
|
||||
tags: base, nginx
|
||||
|
||||
- name: Recording STAGE 9 HAS COMPLETED ====================
|
||||
lineinfile:
|
||||
dest: "{{ iiab_env_file }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue