1
0
Fork 0
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:
Toshio Kuratomi 2015-05-04 13:38:12 -07:00
parent 99909b08ba
commit b19d426f0b

View file

@ -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.