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
|
||||
- name: Create {{ iiab_installed }}
|
||||
file:
|
||||
path: "{{ iiab_installed }}"
|
||||
state: touch
|
||||
|
||||
- name: ...IS BEGINNING ============================================
|
||||
stat:
|
||||
path: "{{ iiab_env_file }}"
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
# Server Options
|
||||
|
||||
- name: ...IS BEGINNING ==================================
|
||||
command: echo
|
||||
file:
|
||||
path: "{{ iiab_installed }}"
|
||||
state: touch
|
||||
|
||||
- name: NGINX
|
||||
include_role:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue