mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
add var for format.
This commit is contained in:
@@ -469,7 +469,7 @@ def execute_init(args, options):
|
|||||||
print "The path %s already exists, but is a file - aborting" % role_path
|
print "The path %s already exists, but is a file - aborting" % role_path
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
elif not force:
|
elif not force:
|
||||||
print "The directory %s already exists."
|
print "The directory %s already exists." % role_path
|
||||||
print ""
|
print ""
|
||||||
print "You can use --force to re-initialize this directory,\n" + \
|
print "You can use --force to re-initialize this directory,\n" + \
|
||||||
"however it will reset any main.yml files that may have\n" + \
|
"however it will reset any main.yml files that may have\n" + \
|
||||||
|
|||||||
Reference in New Issue
Block a user