Skip to content

Commit

Permalink
debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhadfield committed Jul 30, 2016
1 parent 5020f1e commit 681e0e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/creds/cred_plan.py
Expand Up @@ -66,6 +66,7 @@ def execute_plan(plan=None):
execution_result.append(dict(task=task, command_output=command_output))
elif action == 'update':
result = task['user_comparison'].get('result')
print(result)
# Don't modify user if only keys have changed
action_count = 0
for k, _ in six.iteritems(result):
Expand Down

0 comments on commit 681e0e6

Please sign in to comment.