diff --git a/roles/0-init/tasks/main.yml b/roles/0-init/tasks/main.yml index f1247b4d4..8cfed2864 100644 --- a/roles/0-init/tasks/main.yml +++ b/roles/0-init/tasks/main.yml @@ -1,9 +1,4 @@ # Initialize -- name: Create {{ iiab_installed }} - file: - path: "{{ iiab_installed }}" - state: touch - - name: ...IS BEGINNING ============================================ stat: path: "{{ iiab_env_file }}" diff --git a/roles/4-server-options/tasks/main.yml b/roles/4-server-options/tasks/main.yml index a331169ff..0e4c9460f 100644 --- a/roles/4-server-options/tasks/main.yml +++ b/roles/4-server-options/tasks/main.yml @@ -1,7 +1,9 @@ # Server Options - name: ...IS BEGINNING ================================== - command: echo + file: + path: "{{ iiab_installed }}" + state: touch - name: NGINX include_role: