Fix typo in CI playbook

Change-Id: Idf5419d9020d491c310d2c09c495b0a420578214
This commit is contained in:
Pierre Riteau 2021-04-14 11:30:31 +02:00
parent 4dba1f3ee1
commit c6adcf3639

View File

@ -9,7 +9,7 @@
tasks:
# NOTE(mgoddard): Copying upper constraints to somewhere accessible by both
# the zuul and stack users.
- name: Ensure upper-contraints.txt exists
- name: Ensure upper-constraints.txt exists
copy:
src: "{{ requirements_src_dir }}/upper-constraints.txt"
dest: "/tmp"