File: env_preserved.yml

package info (click to toggle)
python-mitogen 0.3.36-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,708 kB
  • sloc: python: 24,457; sh: 198; makefile: 74; perl: 19; ansic: 18
file content (10 lines) | stat: -rw-r--r-- 266 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
# Execution environment should be that of WorkerProcess --
# https://github.com/dw/mitogen/issues/297

- name: integration/local/env_preserved.yml
  hosts: localhost
  connection: local
  tasks:
    - shell: "env | grep EVIL_VARS_PLUGIN"
  tags:
    - env_preserved