mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 15:34:01 -07:00
Fixed documentation typos and bits that needed clarification. Fixed missing spaces in VALID_ACTIONS.
This commit is contained in:
parent
847f454bcc
commit
06dde0d332
4 changed files with 15 additions and 14 deletions
|
@ -49,7 +49,7 @@ except ImportError:
|
|||
class GalaxyCLI(CLI):
|
||||
|
||||
SKIP_INFO_KEYS = ("name", "description", "readme_html", "related", "summary_fields", "average_aw_composite", "average_aw_score", "url" )
|
||||
VALID_ACTIONS = ("delete","import","info","init","install","list","login","remove","search","setup")
|
||||
VALID_ACTIONS = ("delete", "import", "info", "init", "install", "list", "login", "remove", "search", "setup")
|
||||
|
||||
def __init__(self, args):
|
||||
self.api = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue