Fix typo in artifact promote job

Change-Id: I866fac220772bce3f9ff6d97fb9e3ada7e7c4f3d
This commit is contained in:
James E. Blair 2019-06-12 07:50:07 -07:00
parent f564d1c6a5
commit c83e5243fb

View File

@ -26,7 +26,7 @@
register: files
- name: Set target directory
set_fact:
target_dir: "{{ afs.artifact_path }}"
target_dir: "{{ afs.artifacts_path }}"
- name: Get an AFS token
include_role:
name: create-afs-token