cisagov / ansible-role-guacamole

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

Update path to real username and password #24

Closed jsf9k closed 3 years ago

jsf9k commented 3 years ago

๐Ÿ—ฃ Description

I removed a redundant path in commit cisagov/guacamole-composition@16627d2 (from cisagov/guacamole-composition#21), but the redundant path is what was still being referenced by this role.

๐Ÿ’ญ Motivation and Context

This Ansible role errors out without this change, which is preventing me from building new COOL Guacamole AMIs containing the changes from cisagov/guacamole-composition#21.

๐Ÿงช Testing

All molecule tests and pre-commit hooks pass.

โœ… Checklist