Browse Source

Fix typo

pull/27/head
Kristijan Mitrovic 4 years ago
parent
commit
578fe5bcf3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bubble-server/src/main/resources/ansible/roles/finalizer/tasks/main.yml

+ 1
- 1
bubble-server/src/main/resources/ansible/roles/finalizer/tasks/main.yml View File

@@ -42,7 +42,7 @@
- name: reload supervisord
shell: supervisorctl reload

- name: Ensure nginex required files exist
- name: Ensure nginx required files exist
wait_for:
path: {{ item }}
with_items:


Loading…
Cancel
Save