Merge "Make streaming test run longer than connection timeout"

This commit is contained in:
Zuul 2018-06-21 20:07:58 +00:00 committed by Gerrit Code Review
commit b539689998
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@
- name: Show contents of first file
command: "cat {{ ansible_user_dir }}/command_test_file1"
- name: Show contents of second file
command: "cat {{ ansible_user_dir }}/command_test_file2"
# We use a sleep here to ensure that we log even after
# a period of no logging.
shell: "sleep 6 && cat {{ ansible_user_dir }}/command_test_file2"
# Test a task with a handler
- name: Run a command with notifying a handler