Skip to content

Commit 2837247

Browse files
committed
fixed reference to unreachable stats.
1 parent 4fe344d commit 2837247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plugins/callback/idempotence.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def playbook_on_stats(self, stats):
1717
if (u'%s' % VAR_IDEMPOTENCE) in self.playbook.extra_vars.keys() and self.playbook.extra_vars[VAR_IDEMPOTENCE]:
1818

1919
if len(stats.unreachable) > 0:
20-
print ('idempotence test failed! unreachable=%s > 0') % stats.unreachable
20+
print ('idempotence test failed! unreachable=%s > 0') % stats.dark
2121
sys.exit(os.EX_SOFTWARE)
2222

2323
if len(stats.changed) > 0:

0 commit comments

Comments
 (0)