Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

7 righe
301 B

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