mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 09:54:02 -07:00
Fixing a typo, floating-ips has been used instead of floating_ips (#3540)
This commit is contained in:
parent
8a4257d297
commit
cb9df31ef3
2 changed files with 2 additions and 2 deletions
|
@ -235,7 +235,7 @@ EXAMPLES = '''
|
|||
key_name: test
|
||||
wait_for: 200
|
||||
flavor_id: 101
|
||||
floating-ips:
|
||||
floating_ips:
|
||||
- 12.34.56.79
|
||||
|
||||
# Creates a new VM with 4G of RAM on Ubuntu Trusty, ignoring deprecated images
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue