Skip to content

Commit

Permalink
added missing import for pwd, was being obscured by exception catchin…
Browse files Browse the repository at this point in the history
…g and fallback
  • Loading branch information
bcoca committed Oct 1, 2015
1 parent a680ef6 commit 6d6bfbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ansible/plugins/action/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import base64
import datetime
import os
import pwd
import time

from ansible import constants as C
Expand Down

0 comments on commit 6d6bfbc

Please sign in to comment.