Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

docker compose validation fails on systems with Docker Compose CLI plugin #89

Closed
Normo opened this issue Aug 22, 2022 · 0 comments · Fixed by #90
Closed

docker compose validation fails on systems with Docker Compose CLI plugin #89

Normo opened this issue Aug 22, 2022 · 0 comments · Fixed by #90
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Normo
Copy link
Member

Normo commented Aug 22, 2022

For docker-compose.yml validation the role is using the docker-compose command which may not be available on systems where Docker Compose has been installed as a CLI plugin for Docker which needs to be called via docker compose (without the - dash).

TASK [external/hifis.rsd : Copy docker-compose.yml] ******************************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => changed=false 
  checksum: f36df77fa7a513d26a5df7fa2c308711900b8c1e
  cmd: docker-compose -f /root/.ansible/tmp/ansible-tmp-1661158400.6968887-31446-78589091894946/source config -q
  msg: '[Errno 2] No such file or directory: b''docker-compose'''
  rc: 2
  stderr: ''
  stderr_lines: <omitted>
  stdout: ''
  stdout_lines: <omitted>
@Normo Normo added the bug Something isn't working label Aug 22, 2022
@Normo Normo self-assigned this Aug 22, 2022
@Normo Normo added this to the v1.4.0 milestone Aug 22, 2022
@Normo Normo closed this as completed in #90 Aug 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant