Merge "Save dlrn container tag on the disk"

This commit is contained in:
Zuul 2020-10-12 11:25:53 +00:00 committed by Gerrit Code Review
commit 576d60850c
1 changed files with 7 additions and 0 deletions

View File

@ -71,3 +71,10 @@
var: container_build_id
tags:
- undercloud-install
- name: Save container_build_id on disk
copy:
content: "{{ container_build_id }}"
dest: /tmp/container_build_id
tags:
- undercloud-install