mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Double quoted version_added in documentation
This commit is contained in:
parent
36bcfb5d49
commit
cafc12c680
22 changed files with 29 additions and 29 deletions
|
@ -28,9 +28,9 @@ options:
|
|||
required: true
|
||||
default: null
|
||||
fail_on_missing:
|
||||
version_added: 1.1
|
||||
version_added: "1.1"
|
||||
description:
|
||||
- Makes it fails when the source file is missing. (Option is new in 1.1)
|
||||
- Makes it fails when the source file is missing.
|
||||
required: false
|
||||
choices: [ "yes", "no" ]
|
||||
default: "no"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue