eXist-db / existdb-ansible-role

Ansible role for eXist-db
GNU Lesser General Public License v2.1
11 stars 10 forks source link

fix: update exist.fact #58

Closed agh2342 closed 9 months ago

agh2342 commented 9 months ago

on existdb 6.2.0 there are two lines in $ex_path/etc/system.properties matching the old grep pattern. this results in a malformed JSON output and by that breaks later playbook runs. the two fields matching are git-commit= and git-commit-timestamp=. extending the grep pattern by = makes it unambiguous while retaining compatibility with older verisons.