Skip to content

Commit

Permalink
#243 correct stupid syntax typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed May 23, 2024
1 parent f718354 commit 4b6f8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/minio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@

# switching to shell command because python can't perform an HTTP GET
- name: STORAGE | Run `docker-compose up` MinIO
ansible.builtin.shell
ansible.builtin.shell:
cmd: 'docker-compose up -f minio_compose.yml'
chdir: "{{ minio.docker.project_location }}"

Expand Down

0 comments on commit 4b6f8d4

Please sign in to comment.