mrlesmithjr / ansible-guacamole

Ansible role to install/configure Guacamole
MIT License
19 stars 15 forks source link

add a set_fact when guacamole version is 1.5.4 and debian OS #47

Closed roumano closed 7 months ago

roumano commented 9 months ago

Fixing issue #46

it's will set a environment to permit compile guacamole if the env is enable on old version (like 1.5.3), it's failed to compile sadly it's produce a warning on ansible-playbook :

[WARNING]: could not parse environment value, skipping: ['{{ guacamole_compile_environment | default(omit) }}']

The when condition can easily add other OS version as they also impacted about this compile issue

Description

Related Issue

Types of changes

Checklist:

stale[bot] commented 7 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.