Hello everybody.

I am trying to launch a container purge command by filtering on several 
labels in my container.

my command does not work.
filters seem poorly formatted

Have you an idea ?
  docker_prune:
    containers: yes
    images: yes
    debug: true
    containers_filters:
      label: [
        "module.tri={{ trigramme_module }}",
        "module.env={{ environnement }}",
        "application.part={{ part | default( trigramme_module ) }}"
      ]
    images_filters:
      dangling: false

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/f7d9e9b5-667d-42d4-ac19-1fbb1ace26dbn%40googlegroups.com.

Reply via email to