issue #543: skip test that's hard to do on Mac

pull/607/head
David Wilson 5 years ago
parent 92de2abeea
commit 17d0e1b315

@ -7,6 +7,10 @@
- meta: end_play
when: not is_mitogen
# Too much hassle to make this work for OSX
- meta: end_play
when: ansible_system != 'Linux'
- shell: 'cat /proc/$PPID/cmdline | tr \\0 \\n'
register: out
- debug: var=out

Loading…
Cancel
Save