mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-06 10:40:32 -07:00
The yarn module is Yarn Classic only at the moment (#9926)
The yarn module is Yarn Classic only.
This commit is contained in:
parent
410cf72aec
commit
cb776e7cd5
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ module: yarn
|
||||||
short_description: Manage Node.js packages with Yarn
|
short_description: Manage Node.js packages with Yarn
|
||||||
description:
|
description:
|
||||||
- Manage Node.js packages with the Yarn package manager U(https://yarnpkg.com/).
|
- Manage Node.js packages with the Yarn package manager U(https://yarnpkg.com/).
|
||||||
|
- Note that at the moment, this module B(only works with Yarn Classic).
|
||||||
author:
|
author:
|
||||||
- "David Gunter (@verkaufer)"
|
- "David Gunter (@verkaufer)"
|
||||||
- "Chris Hoffman (@chrishoffman), creator of NPM Ansible module)"
|
- "Chris Hoffman (@chrishoffman), creator of NPM Ansible module)"
|
||||||
|
@ -84,7 +85,7 @@ options:
|
||||||
default: present
|
default: present
|
||||||
choices: ["present", "absent", "latest"]
|
choices: ["present", "absent", "latest"]
|
||||||
requirements:
|
requirements:
|
||||||
- Yarn installed in bin path (typically C(/usr/local/bin))
|
- Yarn Classic installed in bin path (typically C(/usr/local/bin))
|
||||||
"""
|
"""
|
||||||
|
|
||||||
EXAMPLES = r"""
|
EXAMPLES = r"""
|
||||||
|
|
Loading…
Add table
Reference in a new issue