mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
[openstack][docs] Fixing spelling error (#37351)
This commit is contained in:
@@ -30,7 +30,7 @@ options:
|
||||
server:
|
||||
description:
|
||||
- restrict results to servers with names or UUID matching
|
||||
this glob expression (e.g., C<web*>).
|
||||
this glob expression (e.g., <web*>).
|
||||
required: false
|
||||
default: None
|
||||
detailed:
|
||||
@@ -47,7 +47,7 @@ extends_documentation_fragment: openstack
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
# Gather facts about all servers named C<web*>:
|
||||
# Gather facts about all servers named <web*>:
|
||||
- os_server_facts:
|
||||
cloud: rax-dfw
|
||||
server: web*
|
||||
|
||||
Reference in New Issue
Block a user