mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-15 21:49:12 -07:00
Correct the OpenStack plugin example config (#40460)
The current example configuration is not quite right, so this patch implements a fix which corrects it The 'inventory_hostname' argument is removed as it's the same value as the default.
This commit is contained in:
parent
89ce826a9f
commit
8690937fb3
1 changed files with 3 additions and 5 deletions
|
@ -93,11 +93,9 @@ DOCUMENTATION = '''
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# file must be named openstack.yaml or openstack.yml
|
# file must be named openstack.yaml or openstack.yml
|
||||||
# Make the plugin behave like the default behavior of the old script
|
# Make the plugin behave like the default behavior of the old script
|
||||||
simple_config_file:
|
plugin: openstack
|
||||||
plugin: openstack
|
expand_hostvars: yes
|
||||||
inventory_hostname: 'name'
|
fail_on_errors: yes
|
||||||
expand_hostvars: true
|
|
||||||
fail_on_errors: true
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import collections
|
import collections
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue