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.
|
- ---
-
- - name: Get rid of old files and directories
- file:
- path: "{{ item }}"
- state: absent
- with_items:
- - "{{ matrix_base_data_path }}/environment-variables"
- - "{{ matrix_base_data_path }}/scratchpad"
|