--- - name: Stopping bifrost_deploy container kolla_docker: action: "stop_container" common_options: "{{ docker_common_options }}" name: "bifrost_deploy" when: - inventory_hostname in groups['bifrost'] - "'bifrost_deploy' not in skip_stop_containers"