Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

17 lines
379 B

  1. # SPDX-FileCopyrightText: 2023 Julian-Samuel Gebühr
  2. #
  3. # SPDX-License-Identifier: AGPL-3.0-or-later
  4. ---
  5. - name: Delete cache files
  6. ansible.builtin.file:
  7. state: "{{ item }}"
  8. path: "{{ matrix_bot_matrix_registration_bot_data_path }}"
  9. mode: 0750
  10. owner: "{{ matrix_user_name }}"
  11. group: "{{ matrix_user_groupname }}"
  12. with_items:
  13. - absent
  14. - directory