Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
aa87afaa
Commit
aa87afaa
authored
Mar 17, 2014
by
John Barker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add space after full stop in ansible-galaxy help
parent
7edee91a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
bin/ansible-galaxy
+3
-3
No files found.
bin/ansible-galaxy
View file @
aa87afaa
...
...
@@ -170,7 +170,7 @@ def build_option_parser(action):
parser
.
set_usage
(
"usage:
%
prog init [options] role_name"
)
parser
.
add_option
(
'-p'
,
'--init-path'
,
dest
=
'init_path'
,
default
=
"./"
,
help
=
'The path in which the skeleton role will be created.'
help
=
'The path in which the skeleton role will be created.
'
'The default is the current working directory.'
)
elif
action
==
"install"
:
parser
.
set_usage
(
"usage:
%
prog install [options] [-r FILE | role_name(s)[,version] | tar_file(s)]"
)
...
...
@@ -181,7 +181,7 @@ def build_option_parser(action):
'-n'
,
'--no-deps'
,
dest
=
'no_deps'
,
action
=
'store_true'
,
default
=
False
,
help
=
'Don
\'
t download roles listed as dependencies'
)
parser
.
add_option
(
'-r'
,
'--role-file'
,
dest
=
'role_file'
,
'-r'
,
'--role-file'
,
dest
=
'role_file'
,
help
=
'A file containing a list of roles to be imported'
)
elif
action
==
"remove"
:
parser
.
set_usage
(
"usage:
%
prog remove role1 role2 ..."
)
...
...
@@ -192,7 +192,7 @@ def build_option_parser(action):
if
action
!=
"init"
:
parser
.
add_option
(
'-p'
,
'--roles-path'
,
dest
=
'roles_path'
,
default
=
C
.
DEFAULT_ROLES_PATH
,
help
=
'The path to the directory containing your roles.'
help
=
'The path to the directory containing your roles.
'
'The default is the roles_path configured in your '
'ansible.cfg file (/etc/ansible/roles if not configured)'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment