- engine-bifrost
- engine
args:
- chdir: "/tmp/autorelease/git/{{ item }}"
+ chdir: "{{ git_folder }}/{{ item }}"
changed_when: false
- name: Populate dictionary to map repos to shas
repos_shas: "{{ repos_shas|default({}) | combine( {item.item | upper | replace('-', '_') + '_SHA': item.stdout} ) }}"
with_items: "{{ commit_shas.results }}"
-- name: Log repos and shas to console
- debug:
- msg: "{{ item.key }}={{ item.value }}"
- with_dict: "{{ repos_shas }}"
-
- name: Record git SHAs to /tmp/release.properties file
lineinfile:
path: /tmp/release.properties