Fixed error in qubesformation docs.

Using Ansible devel.

ScannerError: mapping values are not allowed here
  in "<string>", line 18, column 18:
            two files:
                     ^
This commit is contained in:
Robin Schneider 2016-01-22 23:11:41 +01:00
parent 9ac4641df6
commit 68262270b8
No known key found for this signature in database
GPG Key ID: 489A4D5EC353C98A

View File

@ -13,12 +13,13 @@ options:
dest:
required: true
description:
- Where to deposit the recipe -- usually a path like
- |
Where to deposit the recipe -- usually a path like
`/srv/user_salt/<formation name>.sls`). Will create
two files:
* The file you specified in `description`.
* An additional file with a .top extension instead of the
original extension of the file you specified.
1. The file you specified in `description`.
2. An additional file with a .top extension instead of the
original extension of the file you specified.
others:
description:
- All arguments accepted by the M(template) module also work here,