zuul/tests/fixtures/config/streamer/git/common-config/playbooks/python27.yaml

18 lines
492 B
YAML

# NOTE(Shrews): Do not run any tasks that will need zuul_console to stream
# output because that will not work. Since we just need any output in our
# ansible log, the test coordination tasks should be sufficient.
- hosts: localhost
tasks:
- debug: var=waitpath
- debug:
msg: |
Multiline
Debug Test Token String
Message
# Do not finish until test creates the flag file
- wait_for:
state: present
path: "{{waitpath}}"