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