~starkingdoms/starkingdoms

1af72df4dcd0b59ef71c3af9d0a3c017dc95346c — c0repwn3r 2 years ago 459e397
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