Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 

8 行
224 B

  1. ---
  2. - import_tasks: "{{ role_path }}/tasks/conduit/setup_install.yml"
  3. when: "matrix_conduit_enabled | bool"
  4. - import_tasks: "{{ role_path }}/tasks/conduit/setup_uninstall.yml"
  5. when: "not matrix_conduit_enabled | bool"