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ů.
 
 

7 řádky
135 B

  1. ---
  2. - name: Ensure matrix-ssl files are deleted
  3. ansible.builtin.file:
  4. path: "{{ matrix_base_data_path }}/ssl"
  5. state: absent