fix! infra overhaul
1 files changed, 2 insertions(+), 2 deletions(-) M ansible/deploy.yaml
M ansible/deploy.yaml => ansible/deploy.yaml +2 -2
@@ 20,12 20,12 @@ ansible.builtin.ping: - name: Create configuration directory ansible.builtin.file: path: {{ api_config_dir }} path: "{{ api_config_dir }}" state: directory mode: 0755 - name: Create data directory ansible.builtin.file: path: {{ db_data_dir }} path: "{{ db_data_dir }}" state: directory mode: 0755 - name: Create API config file