cisagov / ansible-role-guacamole

An Ansible role for installing cisagov/guacamole-composition
Creative Commons Zero v1.0 Universal
4 stars 3 forks source link

Fix the docker-compose path in the guacamole-composition SystemD unit file #25

Closed jsf9k closed 3 years ago

jsf9k commented 3 years ago

๐Ÿ—ฃ Description

This pull request corrects the path to the docker-compose executable in several places in the cisagov/guacamole-composition SystemD unit file.

๐Ÿ’ญ Motivation and Context

Now that we install docker-compose via the system package instead of via pip, the path to docker-compose has changed.

๐Ÿงช Testing

All pre-commit hooks and molecule tests pass.

โœ… Checklist