mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Normalize the way requirements is specified
This commit is contained in:
parent
99909b08ba
commit
b19d426f0b
1 changed files with 2 additions and 1 deletions
|
@ -91,7 +91,8 @@ options:
|
|||
choices: [public, internal, admin]
|
||||
required: false
|
||||
default: public
|
||||
requirements: [shade]
|
||||
requirements:
|
||||
- shade
|
||||
notes:
|
||||
- The standard OpenStack environment variables, such as C(OS_USERNAME)
|
||||
may be user instead of providing explicit values.
|
||||
|
|
Loading…
Reference in a new issue