mirror of
https://github.com/Rudd-O/ansible-qubes.git
synced 2025-06-06 18:08:31 +02:00
Merge pull request #4 from ypid/fixed-ansible-lib-docs
Fixed ansible lib docs.
This commit is contained in:
commit
5f0acf988d
@ -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,
|
||||
|
@ -14,7 +14,7 @@ options:
|
||||
required: true
|
||||
description:
|
||||
- The name of the recipe (SLS and top files), as stored in either `/srv/salt` for
|
||||
recipes in the `base` Salt enviornment, or `/srv/user_salt` for those in the `user`
|
||||
recipes in the `base` Salt environment, or `/srv/user_salt` for those in the `user`
|
||||
environment.
|
||||
env:
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user