devopshobbies / boundary-vault-stack

Deploy Self-Hosted HCP Vault and Boundary using End-To-End Automation (Terraform, Ansible, Bash, and many more)
MIT License
14 stars 14 forks source link

Fixing Issue Docker not found #9 #65

Closed RoninAngle1 closed 1 month ago

RoninAngle1 commented 1 month ago

The playbook DockerInstallation is responsible for installing Docker and Docker ComposeV2 on systems running Debian/Ubuntu or RedHat/CentOS using Ansible. The explanation of how the environment variables interact with this playbook, particularly in relation to the Environment Variables section in artifacts/wiki/index.html

Shayan-Ghani commented 1 month ago

hey @RoninAngle1 , thanks for your pr , there seems to be a problem with the playbooks' syntax as the workflow reports could you double check and test your code using linter.sh ansible or ansible-playbook --syntax-check playbook.yml to see what's going on plz?

RoninAngle1 commented 1 month ago

@Shayan-Ghani Of course, let me check the issue

Shayan-Ghani commented 1 month ago

@RoninAngle1 great i close this one please open another pr and in the description:

fix #issueNumber YOUR DESCRIPTION HERE.

you might as well start your commit messages with "fix/feat/chore/doc: your message" in this case you should start your commit with a fix #issue_number : your message.

tnx in advance.