From c6adcf3639e1cd3de106b37a145299c4bdd67903 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Wed, 14 Apr 2021 11:30:31 +0200 Subject: [PATCH] Fix typo in CI playbook Change-Id: Idf5419d9020d491c310d2c09c495b0a420578214 --- playbooks/kayobe-base/pre.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/kayobe-base/pre.yml b/playbooks/kayobe-base/pre.yml index df5db3b6b..2b22f4d43 100644 --- a/playbooks/kayobe-base/pre.yml +++ b/playbooks/kayobe-base/pre.yml @@ -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"