mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
create config_vars2.yml at start of stage-4
This commit is contained in:
parent
13206f4265
commit
4cfd10d44a
2 changed files with 3 additions and 6 deletions
|
@ -1,9 +1,4 @@
|
||||||
# Initialize
|
# Initialize
|
||||||
- name: Create {{ iiab_installed }}
|
|
||||||
file:
|
|
||||||
path: "{{ iiab_installed }}"
|
|
||||||
state: touch
|
|
||||||
|
|
||||||
- name: ...IS BEGINNING ============================================
|
- name: ...IS BEGINNING ============================================
|
||||||
stat:
|
stat:
|
||||||
path: "{{ iiab_env_file }}"
|
path: "{{ iiab_env_file }}"
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
# Server Options
|
# Server Options
|
||||||
|
|
||||||
- name: ...IS BEGINNING ==================================
|
- name: ...IS BEGINNING ==================================
|
||||||
command: echo
|
file:
|
||||||
|
path: "{{ iiab_installed }}"
|
||||||
|
state: touch
|
||||||
|
|
||||||
- name: NGINX
|
- name: NGINX
|
||||||
include_role:
|
include_role:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue