Merge "Rise async value for containers starting commands" into stable/train

This commit is contained in:
Zuul 2020-02-10 18:03:04 +00:00 committed by Gerrit Code Review
commit e83155f935
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# under the License. # under the License.
- name: "Async container create/run" - name: "Async container create/run"
async: "{{ (not ansible_check_mode | bool) | ternary('300', omit) }}" async: "{{ (not ansible_check_mode | bool) | ternary('600', omit) }}"
poll: "{{ (not ansible_check_mode | bool) | ternary('0', omit) }}" poll: "{{ (not ansible_check_mode | bool) | ternary('0', omit) }}"
register: create_async_results register: create_async_results
loop: "{{ batched_container_data | haskey(attribute='action', reverse=True) }}" loop: "{{ batched_container_data | haskey(attribute='action', reverse=True) }}"