- name: "VERIFY: BUILD METADATA IS PRESENT"
ansible.builtin.assert:
that:
- lightspeed_acquired.build_branch is defined
- lightspeed_acquired.build_number is defined
- lightspeed_acquired.build_branch | length > 0
- lightspeed_acquired.build_number | length > 0
fail_msg: "build_branch or build_number was not set correctly"
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)