Matrix Docker Ansible eploy
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- ---
-
- - name: Delete cache files
- ansible.builtin.file:
- state: "{{ item }}"
- path: "{{ matrix_bot_matrix_registration_bot_data_path }}"
- mode: 0750
- owner: "{{ matrix_user_username }}"
- group: "{{ matrix_user_groupname }}"
- with_items:
- - absent
- - directory
|