Skip to content

Commit

Permalink
Add an integration test for binary result output
Browse files Browse the repository at this point in the history
Change-Id: I46687b82cd828a25a3897dce020dc39c096872f0
Related: ansible-community#48
  • Loading branch information
David Moreau Simard committed Nov 15, 2019
1 parent 26485a2 commit 802342c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@
tags:
- untag
- verytag

- name: Echo a binary string
command: echo -e '\x80abc'
changed_when: false

0 comments on commit 802342c

Please sign in to comment.