mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 03:14:42 +00:00
Fix documentation format for ipa_python_version description.
This commit is contained in:
@@ -180,9 +180,9 @@ ntp_servers:
|
|||||||
type: list
|
type: list
|
||||||
sample: ["ntp.example.com"]
|
sample: ["ntp.example.com"]
|
||||||
ipa_python_version:
|
ipa_python_version:
|
||||||
description:
|
description: >
|
||||||
- The IPA python version as a number:
|
The IPA python version as a number:
|
||||||
- <major version>*10000+<minor version>*100+<release>
|
<major version>*10000+<minor version>*100+<release>
|
||||||
returned: always
|
returned: always
|
||||||
type: int
|
type: int
|
||||||
sample: 040400
|
sample: 040400
|
||||||
|
|||||||
Reference in New Issue
Block a user