system-config/playbooks/roles/install-launch-node/templates/launch-env-req.txt.j2
Ian Wienand 19d9360b55
install-launch-node: upgrade launch env periodically
This writes the date of the pyproject.toml into a stamp file in the
venv.  If it updates, we run pip with "latest" which should update the
environment.  The normal "latest" run should ensure any changes to
launch-node get populated as usual.

This should ensure we keep things like openstackclient updated, but
just once per day.

Change-Id: I50674a25da9e1761af8daa78970c473e651791b0
2023-04-04 10:01:03 +10:00

2 lines
46 B
Django/Jinja

# Update timestamp: {{ now(fmt='%Y-%m-%d') }}