- name: "Read and Parse Manifest"
ansible.builtin.set_fact:
manifest_data: "{{ lookup('file', openshift_temp_dir.temp_dir + '/' + lightspeed.build_version + '/manifest.json') | from_json }}"
- name: "Debug: Show a value from manifest"
ansible.builtin.debug:
msg: "The build timestamp is {{ manifest_data.timestamp }}" # Замените на реальное поле из вашего JSON
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)