mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
E501 fixes (#22879)
This commit is contained in:
parent
4fdeade389
commit
3164e8b561
215 changed files with 1328 additions and 761 deletions
|
@ -54,7 +54,8 @@ options:
|
|||
default: us-east-1
|
||||
deploy:
|
||||
description:
|
||||
- Whether or not to deploy artifacts after building them. When this option is `false` all the functions will be built, but no stack update will be run to send them out. This is mostly useful for generating artifacts to be stored/deployed elsewhere.
|
||||
- Whether or not to deploy artifacts after building them. When this option is `false` all the functions will be built, but no stack update will be
|
||||
run to send them out. This is mostly useful for generating artifacts to be stored/deployed elsewhere.
|
||||
required: false
|
||||
default: true
|
||||
notes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue