mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-04 23:39:09 -07:00
(cherry picked from commit 015566fb06
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
7229ef4ac4
commit
8595601708
170 changed files with 465 additions and 465 deletions
|
@ -34,7 +34,7 @@ description:
|
|||
options:
|
||||
path:
|
||||
type: path
|
||||
required: True
|
||||
required: true
|
||||
aliases: ['dest']
|
||||
description:
|
||||
- The root path of the project.
|
||||
|
@ -234,7 +234,7 @@ EXAMPLES = '''
|
|||
path: /path/to/root
|
||||
release: '{{ deploy_helper.new_release }}'
|
||||
state: finalize
|
||||
clean: False
|
||||
clean: false
|
||||
- community.general.deploy_helper:
|
||||
path: /path/to/root
|
||||
state: clean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue