diff options
author | Matt Clay <matt@mystile.com> | 2016-12-08 09:38:05 -0500 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2014-09-26 01:01:01 +0000 |
commit | 5458361331775f06303c73c1c18e377525fc551e (patch) | |
tree | 63f0ec4cf6c08628019caa22715d157dc2ef7351 /lib/ansible/modules/windows/win_unzip.py | |
parent | ad001c2cbc3508301155b255fd3a017d130252d9 (diff) | |
download | ansible-test_new_merge.tar.gz |
Fix differences with devel.test_new_merge
Diffstat (limited to 'lib/ansible/modules/windows/win_unzip.py')
-rw-r--r-- | lib/ansible/modules/windows/win_unzip.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/windows/win_unzip.py b/lib/ansible/modules/windows/win_unzip.py index c1e533b0d0..708a909820 100644 --- a/lib/ansible/modules/windows/win_unzip.py +++ b/lib/ansible/modules/windows/win_unzip.py @@ -66,7 +66,7 @@ options: - If this file or directory exists the specified src will not be extracted. required: no default: null -author: Phil Schwartz +author: Phil Schwartz ''' EXAMPLES = r''' |