mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Add requirement for python >= 2.6
This commit is contained in:
@@ -70,7 +70,7 @@ options:
|
||||
required: false
|
||||
default: 600
|
||||
|
||||
requirements: [ "docker-py" ]
|
||||
requirements: [ "python >= 2.6", "docker-py" ]
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
||||
Reference in New Issue
Block a user