Skip to content

Commit

Permalink
#328 podman-compose wants the dash, whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Sizemore committed Dec 14, 2023
1 parent 9857eeb commit c9306cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/localstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
mode: 0755

- name: start localstack s3 container
ansible.builtin.shell: 'podman compose -f localstack-compose.yml up -d'
ansible.builtin.shell: 'podman-compose -f localstack-compose.yml up -d'
become: true
become_user: '{{ localstack.user }}'
args:
Expand Down

0 comments on commit c9306cf

Please sign in to comment.