Skip to content
Snippets Groups Projects
Commit 30f6456e authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix the task about --limit does not perform"

parents 0844bf33 ec0c6455
No related branches found
No related tags found
No related merge requests found
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
with_items: "{{ groups['all'] }}" with_items: "{{ groups['all'] }}"
when: when:
- (ansible_play_batch | length) != (groups['all'] | length) - (ansible_play_batch | length) != (groups['all'] | length)
tags: always
- name: Detect openstack_release variable - name: Detect openstack_release variable
hosts: all hosts: all
......
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