mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-21 16:39:08 -07:00
changelog / remove a failed=False
This commit is contained in:
parent
b7c3fd1246
commit
fa79d57d13
2 changed files with 2 additions and 2 deletions
|
@ -326,7 +326,6 @@ def latest(module, items, repoq, yum_basecmd):
|
|||
res['msg'] += err
|
||||
else:
|
||||
res['changed'] = True
|
||||
res['failed'] = False
|
||||
res['rc'] = 0
|
||||
res['results'] += out
|
||||
res['msg'] += err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue