|
|
@ -39,3 +39,8 @@ |
|
|
infra.osbuild.wait_compose: |
|
|
infra.osbuild.wait_compose: |
|
|
compose_id: "{{build_id.stdout_lines | first}}" |
|
|
compose_id: "{{build_id.stdout_lines | first}}" |
|
|
timeout: 3600 |
|
|
timeout: 3600 |
|
|
|
|
|
|
|
|
|
|
|
- name: Export the compose artifact to /tmp/commit |
|
|
|
|
|
infra.osbuild.export_compose: # noqa only-builtins |
|
|
|
|
|
compose_id: "{{ build_id.stdout_lines | first }}" |
|
|
|
|
|
dest: /{{ ansible_env.HOME }}/{{ build_id.stdout_lines | first }} #Ou mettre cette image ? |
|
|
|