mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-03-26 21:33:32 +00:00
Remove sanity jobs from shippable
Add fixes to make sanity happy. Depends-On: https://github.com/ansible/ansible-zuul-jobs/pull/533 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
@@ -127,7 +127,7 @@ def is_already_applied(patch_func, patch_file, basedir, dest_file=None, binary=F
|
||||
if state == 'present':
|
||||
opts.append('--reverse')
|
||||
|
||||
(rc, _, _) = patch_func(opts)
|
||||
(rc, var1, var2) = patch_func(opts)
|
||||
return rc == 0
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user