Add requirement for python >= 2.6
This commit is contained in:
parent
4ea0125dc6
commit
dab1588253
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ options:
|
|||
required: false
|
||||
default: 600
|
||||
|
||||
requirements: [ "docker-py" ]
|
||||
requirements: [ "python >= 2.6", "docker-py" ]
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Reference in a new issue