Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 472c6350 authored by Youssef BOUFNICHEL's avatar Youssef BOUFNICHEL
Browse files

:hammer: Fix the API call in clean_docker_images role

parent 39a2599d
No related branches found
No related tags found
No related merge requests found
Pipeline #281032 passed
......@@ -12,7 +12,7 @@
api_endpoint=netbox_api,
token=netbox_token,
validate_certs=False,
api_filter='containers=[] name=' + rps_images_prefix,
api_filter='containers=null name=' + rps_images_prefix,
)
] | flatten
}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment