mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add requirements to npm module (#33641)
npm is required in order for this module to work.
This commit is contained in:
parent
b4e6028ee7
commit
065a2fe10d
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ options:
|
|||
required: false
|
||||
default: present
|
||||
choices: [ "present", "absent", "latest" ]
|
||||
requirements:
|
||||
- npm installed in bin path (recommended /usr/local/bin)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Add table
Reference in a new issue