mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove unused md5sum function from file module
This commit is contained in:
parent
834f6a216d
commit
80f402aa9b
1 changed files with 0 additions and 3 deletions
|
@ -180,9 +180,6 @@ changed = False
|
|||
# ===========================================
|
||||
# support functions
|
||||
|
||||
def md5sum(filename):
|
||||
return os.popen("/usr/bin/md5sum %s" % f).read()
|
||||
|
||||
def user_and_group(filename):
|
||||
st = os.stat(filename)
|
||||
uid = st.st_uid
|
||||
|
|
Loading…
Reference in a new issue