mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix index
This commit is contained in:
parent
cc053c45ce
commit
1e9590ab65
1 changed files with 1 additions and 1 deletions
|
@ -1029,7 +1029,7 @@ class TaskParameters(DockerBaseClass):
|
|||
if len(pieces) >= 2:
|
||||
limits['name'] = pieces[0]
|
||||
limits['soft'] = int(pieces[1])
|
||||
limits['hard'] = int(pieces[2])
|
||||
limits['hard'] = int(pieces[1])
|
||||
if len(pieces) == 3:
|
||||
limits['hard'] = int(pieces[2])
|
||||
try:
|
||||
|
|
Loading…
Add table
Reference in a new issue