mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
use config_vars2 in source yaml files
This commit is contained in:
parent
bcda29992a
commit
b75261fa06
4 changed files with 8 additions and 3 deletions
|
|
@ -1,4 +1,9 @@
|
|||
# Initialize
|
||||
- name: Create {{ iiab_installed }}
|
||||
file:
|
||||
path: "{{ iiab_installed }}"
|
||||
state: touch
|
||||
|
||||
- name: ...IS BEGINNING ============================================
|
||||
stat:
|
||||
path: "{{ iiab_env_file }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue