Save dlrn container tag on the disk

Change-Id: I3993ed128b4c65a4fa967b634c75191406cf8570
This commit is contained in:
Sagi Shnaidman 2020-10-08 12:48:22 +03:00
parent 5728258f83
commit 69bd10d87f
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