mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-05 05:34:22 -07:00
docs: fix make docs (#2107)
This commit is contained in:
parent
a13141413a
commit
e47aee031b
1 changed files with 11 additions and 5 deletions
|
@ -22,19 +22,25 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: make
|
module: make
|
||||||
short_description: Run targets in a Makefile
|
short_description: Run targets in a Makefile
|
||||||
requirements: []
|
requirements: [ make ]
|
||||||
version_added: "2.1"
|
version_added: "2.1"
|
||||||
author: Linus Unnebäck (@LinusU) <linus@folkdatorn.se>
|
author: Linus Unnebäck (@LinusU) <linus@folkdatorn.se>
|
||||||
description: Run targets in a Makefile.
|
description:
|
||||||
|
- Run targets in a Makefile.
|
||||||
options:
|
options:
|
||||||
target:
|
target:
|
||||||
description: The target to run
|
description:
|
||||||
|
- The target to run
|
||||||
required: false
|
required: false
|
||||||
|
default: none
|
||||||
params:
|
params:
|
||||||
description: Any extra parameters to pass to make
|
description:
|
||||||
|
- Any extra parameters to pass to make
|
||||||
required: false
|
required: false
|
||||||
|
default: none
|
||||||
chdir:
|
chdir:
|
||||||
description: cd into this directory before running make
|
description:
|
||||||
|
- cd into this directory before running make
|
||||||
required: true
|
required: true
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue