tests: hopefully fix this dumb test for the final time

This commit is contained in:
David Wilson 2019-01-27 06:12:06 +00:00
parent ac4e61e19e
commit cdb1434809
2 changed files with 7 additions and 3 deletions

View File

@ -17,8 +17,10 @@
MAGIC_ETC_ENV=555
become: true
- mitogen_shutdown_all:
when: not is_mitogen
- meta: reset_connection
#- mitogen_shutdown_all:
#when: not is_mitogen
- shell: echo $MAGIC_ETC_ENV
register: echo
@ -31,6 +33,8 @@
state: absent
become: true
- meta: reset_connection
- mitogen_shutdown_all:
when: not is_mitogen

View File

@ -10,6 +10,6 @@
- include: _etc_environment_user.yml
when: ansible_system == "Linux" and is_mitogen
- include: _etc_environment_global.yml
- include_tasks: _etc_environment_global.yml
# Don't destroy laptops.
when: ansible_virtualization_type == "docker"