We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfb396 commit 206a8d4Copy full SHA for 206a8d4
tests/ansible/regression/issue_558_unarchive_failed.yml
@@ -9,3 +9,5 @@
9
- unarchive:
10
src: "{{git_basedir}}/tests/data/unarchive_test.tar"
11
dest: /tmp/foo
12
+ # garbage doesn't work with BSD tar
13
+ when: ansible_system != 'Darwin'
0 commit comments