Merge "Add debug output when rendering container files" into stable/train

This commit is contained in:
Zuul 2020-07-16 19:16:13 +00:00 committed by Gerrit Code Review
commit b93802524f
2 changed files with 1 additions and 6 deletions

View File

@ -76,6 +76,3 @@ tcib_actions: []
# List of Strings, optional, <item>, Collects file from the host and stores them in the build directory.
tcib_gather_files: []
# Boolean, enables the gathering of files.
tcib_pre_build: false

View File

@ -17,7 +17,7 @@
# "tripleo-container-image-build" will search for and load any operating system variable file
- name: Ensure path exists
- name: "Ensure {{ tcib_path }} exists"
file:
path: "{{ tcib_path }}"
state: "directory"
@ -28,8 +28,6 @@
dest: "{{ tcib_path }}/{{ item }}"
flat: true
loop: "{{ tcib_gather_files }}"
when:
- tcib_pre_build | bool
- name: Create a container file
template: