plone / ansible.plone_server

Ansible role to create a plone server
Other
9 stars 16 forks source link

Fix #110

Closed thyarles closed 7 years ago

thyarles commented 7 years ago

In RHEL 7.3 the plone_backup_path generates a issue {"failed": true, "msg": "template error while templating string: unexpected '/'} when the playbook runs to deploy only a ZeoServer task. To fix this I just complete the sentence with "is defined" in "when" condition sentences.

smcmahon commented 7 years ago

Since plone_backup_path is defined in defaults/main.yml, I don't see the code path that would result in it being undefined. Please refile this as an issue with an example from a playbook.