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
27b35b16
Commit
27b35b16
authored
Dec 19, 2013
by
jctanner
Committed by
James Tanner
Dec 20, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge pull request #5360 from succhiello/feature/fix_galaxy_init_path_exists_msg
add var for format.
parent
c706cc8b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
bin/ansible-galaxy
+1
-1
No files found.
bin/ansible-galaxy
View file @
27b35b16
...
...
@@ -467,7 +467,7 @@ def execute_init(args, options):
print
"The path
%
s already exists, but is a file - aborting"
%
role_path
sys
.
exit
(
1
)
elif
not
force
:
print
"The directory
%
s already exists."
print
"The directory
%
s already exists."
%
role_path
print
""
print
"You can use --force to re-initialize this directory,
\n
"
+
\
"however it will reset any main.yml files that may have
\n
"
+
\
...
...
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