Got things working. Added CLAUDE instructions
This commit is contained in:
@@ -52,3 +52,9 @@
|
||||
loop_control:
|
||||
loop_var: appwrite_target_version
|
||||
when: appwrite_target_version is version(current_appwrite_version, '>')
|
||||
|
||||
- name: Prune dangling images left by upgrade
|
||||
community.docker.docker_prune:
|
||||
images: true
|
||||
images_filters:
|
||||
dangling: true
|
||||
|
||||
Reference in New Issue
Block a user