Make clear the file must not contain .repo (fixes #30644) (#30656)

This commit is contained in:
Jiri Tyr 2017-09-21 18:11:07 +01:00 committed by Martin Krizek
parent a22d7513a7
commit 962528f511

View file

@ -9,9 +9,11 @@ from __future__ import absolute_import, division, print_function
__metaclass__ = type
ANSIBLE_METADATA = {'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'core'}
ANSIBLE_METADATA = {
'metadata_version': '1.1',
'status': ['stableinterface'],
'supported_by': 'core'
}
DOCUMENTATION = '''
---
@ -112,7 +114,8 @@ options:
required: false
default: null
description:
- File to use to save the repo in. Defaults to the value of I(name).
- File name without the C(.repo) extension to save the repo in. Defaults
to the value of I(name).
gpgcakey:
required: false
default: null