mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #5360 from succhiello/feature/fix_galaxy_init_path_exists_msg
add var for format.
This commit is contained in:
commit
d505586b34
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,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" + \
|
||||
|
|
Loading…
Reference in a new issue