Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing ansible spacing error #88

Merged
merged 1 commit into from
Jul 11, 2019
Merged

fixing ansible spacing error #88

merged 1 commit into from
Jul 11, 2019

Conversation

elreydetoda
Copy link
Member

fixing lines

- name: install docker-compose
get_url:
url: https://github.com/docker/compose/releases/download/1.14.0/docker-compose-Linux-x86_64
dest: /usr/bin/docker-compose
mode: 0744
when: stat_docker_compose.stat.exists == False

since ansible is white space delimited it didn't like that these lines didn't match up.

@elreydetoda
Copy link
Member Author

since apparently last time I merged by myself it made juice shop stop working I am going to wait for a review before merging 🙃

@elreydetoda elreydetoda self-assigned this Jul 11, 2019
@secureideas secureideas merged commit 385482f into next Jul 11, 2019
@elreydetoda elreydetoda deleted the elreydetoda-patch-1 branch July 13, 2019 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants