You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
306 B
YAML
17 lines
306 B
YAML
# issue #122: still-undiagnosed environment difference between vanilla and
|
|
# Mitogen Ansible.
|
|
|
|
#
|
|
# TODO: finish me.
|
|
#
|
|
|
|
- name: regression/issue_122__environment_difference.yml
|
|
hosts: test-targets
|
|
tasks:
|
|
|
|
- script: scripts/print_env.py
|
|
register: env
|
|
- debug: msg={{env}}
|
|
tags:
|
|
- issue_122
|