Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thought on requirements.txt #151

Open
djowett opened this issue May 25, 2021 · 0 comments
Open

Thought on requirements.txt #151

djowett opened this issue May 25, 2021 · 0 comments

Comments

@djowett
Copy link
Contributor

djowett commented May 25, 2021

I'm not sure, but it seems to me that if plone_download_requirements_txt is changed to no in the configuration then we should make sure that requirements.txt is overwritten by the template rule here

I think this should work

- name: Copy requirements file from template
  when: not requirements_txt.stat.exists or not instance_config.plone_download_requirements_txt
  [...]

Any thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant