mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Some additional module cleanup of mistakes made during merging
This commit is contained in:
committed by
Matt Clay
parent
6ba6819446
commit
fa5386c488
@@ -170,12 +170,12 @@ def main():
|
||||
space_pattern = re.compile(r'\s+')
|
||||
|
||||
message = ''
|
||||
f = open (limits_conf, 'r')
|
||||
f = open (limits_conf, 'r')
|
||||
# Tempfile
|
||||
nf = tempfile.NamedTemporaryFile()
|
||||
|
||||
found = False
|
||||
new_value = value
|
||||
new_value = value
|
||||
|
||||
for line in f:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user