Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- ---
-
- - name: Get rid of old files and directories
- ansible.builtin.file:
- path: "{{ item }}"
- state: absent
- with_items:
- - "{{ matrix_base_data_path }}/environment-variables"
- - "{{ matrix_base_data_path }}/scratchpad"
|