Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

8 строки
305 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. - 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"