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 4fe344d commit 2837247Copy full SHA for 2837247
tests/plugins/callback/idempotence.py
@@ -17,7 +17,7 @@ def playbook_on_stats(self, stats):
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:
20
- print ('idempotence test failed! unreachable=%s > 0') % stats.unreachable
+ print ('idempotence test failed! unreachable=%s > 0') % stats.dark
21
sys.exit(os.EX_SOFTWARE)
22
23
if len(stats.changed) > 0:
0 commit comments