Merge "Rise async value for containers starting commands"

This commit is contained in:
Zuul
2020-02-07 17:10:14 +00:00
committed by Gerrit Code Review

View File

@@ -15,7 +15,7 @@
# under the License.
- 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) }}"
register: create_async_results
loop: "{{ batched_container_data | haskey(attribute='action', reverse=True) }}"