1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Typos in 3-base-server, 4-server-options

This commit is contained in:
root 2020-02-12 21:49:10 -05:00
parent efd62be606
commit a77cfa53b8
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
- name: WWW_BACK_END (WWW_FRONT_END should be installed later)
include_role:
name: www_back_end
# when: www_back_end | bool
# when: www_back_end_install | bool
# when: apache_install or nginx_install
- name: HTTPD (Apache)

View file

@ -45,7 +45,7 @@
- name: WWW_FRONT_END (WWW_BACK_END should have been installed earlier)
include_role:
name: www_front_end
# when: www_front_end | bool
# when: www_front_end_install | bool
# when: apache_install or nginx_install
- name: Recording STAGE 4 HAS COMPLETED ==================