Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

13 righe
282 B

  1. ---
  2. - name: Delete cache files
  3. ansible.builtin.file:
  4. state: "{{ item }}"
  5. path: "{{ matrix_bot_matrix_registration_bot_data_path }}"
  6. mode: 0750
  7. owner: "{{ matrix_user_username }}"
  8. group: "{{ matrix_user_groupname }}"
  9. with_items:
  10. - absent
  11. - directory