mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 22:30:22 -07:00
[openstack][docs] Fixing spelling error (#37351)
This commit is contained in:
parent
31878ee0ea
commit
123694397a
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ options:
|
||||||
server:
|
server:
|
||||||
description:
|
description:
|
||||||
- restrict results to servers with names or UUID matching
|
- restrict results to servers with names or UUID matching
|
||||||
this glob expression (e.g., C<web*>).
|
this glob expression (e.g., <web*>).
|
||||||
required: false
|
required: false
|
||||||
default: None
|
default: None
|
||||||
detailed:
|
detailed:
|
||||||
|
@ -47,7 +47,7 @@ extends_documentation_fragment: openstack
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
# Gather facts about all servers named C<web*>:
|
# Gather facts about all servers named <web*>:
|
||||||
- os_server_facts:
|
- os_server_facts:
|
||||||
cloud: rax-dfw
|
cloud: rax-dfw
|
||||||
server: web*
|
server: web*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue