1
0
Fork 0
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:
Jerry Vonau 2019-10-16 00:44:56 -05:00
parent 13206f4265
commit 4cfd10d44a
2 changed files with 3 additions and 6 deletions

View file

@ -1,9 +1,4 @@
# Initialize
- name: Create {{ iiab_installed }}
file:
path: "{{ iiab_installed }}"
state: touch
- name: ...IS BEGINNING ============================================
stat:
path: "{{ iiab_env_file }}"

View file

@ -1,7 +1,9 @@
# Server Options
- name: ...IS BEGINNING ==================================
command: echo
file:
path: "{{ iiab_installed }}"
state: touch
- name: NGINX
include_role: