Skip to content

Commit

Permalink
Fix pip install command in playbook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
H1B0B0 committed Feb 9, 2024
1 parent 2b420aa commit 6d80b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
command: /var/pythonenv/bin/pip install docker

- name: Install Docker Compose
command: /var/pythonenv/bin/pip install --only-binary :all: docker-compose
command: /var/pythonenv/bin/pip install "--only-binary :all:" docker-compose

- name: Create .env file with SITE_ADDRESS
copy:
Expand Down

0 comments on commit 6d80b18

Please sign in to comment.