plone / ansible.plone_server

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

Task "Copy requirements file" stomps on instance_status #129

Closed fulv closed 4 years ago

fulv commented 5 years ago

Both the Copy buildout template and Copy requirements file tasks register the same instance_status variable. The result is that if the buildout template has changed, but the requirements file has not, the Run buildout task is never run if:

plone_always_run_buildout = false
plone_autorun_buildout = true

(which is the default).