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.
 
 

8 satır
321 B

  1. ---
  2. # Ansible outputs the message in the `item=` field.
  3. # It's unnecessary to output it again in the actual message, so we don't.
  4. - ansible.builtin.debug:
  5. msg: ""
  6. with_items: "{{ matrix_playbook_runtime_results }}"
  7. when: "matrix_playbook_runtime_results is defined and matrix_playbook_runtime_results|length > 0"