We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2837247 commit a86f7bdCopy full SHA for a86f7bd
tests/plugins/callback/idempotence.py
@@ -16,7 +16,7 @@ def playbook_on_stats(self, stats):
16
17
if (u'%s' % VAR_IDEMPOTENCE) in self.playbook.extra_vars.keys() and self.playbook.extra_vars[VAR_IDEMPOTENCE]:
18
19
- if len(stats.unreachable) > 0:
+ if len(stats.dark) > 0:
20
print ('idempotence test failed! unreachable=%s > 0') % stats.dark
21
sys.exit(os.EX_SOFTWARE)
22
0 commit comments