1
0
Fork 0
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:
Jerry Vonau 2019-11-19 08:47:38 -06:00
parent 301446658b
commit 7282498ccc
2 changed files with 6 additions and 6 deletions

View file

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

View file

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