Closed leonardodavinte closed 5 years ago
changing
until: result.rc == 0
to
until: : result is succeeded
Should do the work
changing
until: result.rc == 0
tountil: : result is succeeded
Should do the work
Thank you so much @ynixon
PR merged, new tag is up, thanks!
TASK [repo-epel : Install EPEL repo.] **** fatal: [192.168.0.50]: FAILED! => {"msg": "The conditional check 'result.rc == 0' failed. The error was: error while evaluating conditional (result.rc == 0): 'dict object' has no attribute 'rc'"}