Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- ---
- # Ansible outputs the message in the `item=` field.
- # It's unnecessary to output it again in the actual message, so we don't.
- - ansible.builtin.debug:
- msg: ""
- with_items: "{{ matrix_playbook_runtime_results }}"
- when: "matrix_playbook_runtime_results is defined and matrix_playbook_runtime_results|length > 0"
|