1
0
Fork 0
mirror of https://github.com/ansible-collections/ansible.posix.git synced 2026-02-04 08:01:49 +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:
Paul Belanger 2020-06-16 18:12:15 -04:00
parent 47b2f56dad
commit 21ce64a418
5 changed files with 4 additions and 14 deletions

View file

@ -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