This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Fix lint
pull/2723/head
Julian-Samuel Gebühr
3 years ago
parent
ba64aa3fe0
commit
2c47310957
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/custom/matrix-bot-matrix-registration-bot/tasks/clean_cache.yml
+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/tasks/clean_cache.yml
View File
@@ -1,4 +1,4 @@
---
- name: Delete cache files
ansible.builtin.shell: "rm -rf {{ matrix_bot_matrix_registration_bot_data_path }}/*"
ansible.builtin.shell: "rm -rf {{ matrix_bot_matrix_registration_bot_data_path }}/*"
Write
Preview
Loading…
Cancel
Save