Skip to content

Commit

Permalink
Merge pull request openstack-charmers#328 from wolsen/force-get-const…
Browse files Browse the repository at this point in the history
…raints

Force download of constraints files
  • Loading branch information
fnordahl authored Mar 7, 2024
2 parents f1bc6c0 + 8709ba8 commit d34439e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/handle-constraints-url/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
url: "{{ pip_constraints_url }}"
dest: "{{ constraints_file.path }}"
mode: 0444
force: true
when: constraints_file is defined and pip_constraints_url is defined and pip_constraints_url is not none and pip_constraints_url|length > 0

- name: Get stat of temporary constraints file
Expand Down

0 comments on commit d34439e

Please sign in to comment.