|
|
@ -167,8 +167,8 @@ class GalaxyCLI(CLI):
|
|
|
|
force = self.get_opt('force', False)
|
|
|
|
force = self.get_opt('force', False)
|
|
|
|
offline = self.get_opt('offline', False)
|
|
|
|
offline = self.get_opt('offline', False)
|
|
|
|
|
|
|
|
|
|
|
|
role_name = self.args.pop(0).strip()
|
|
|
|
role_name = self.args.pop(0).strip() if self.args else None
|
|
|
|
if role_name == "":
|
|
|
|
if not role_name:
|
|
|
|
raise AnsibleOptionsError("- no role name specified for init")
|
|
|
|
raise AnsibleOptionsError("- no role name specified for init")
|
|
|
|
role_path = os.path.join(init_path, role_name)
|
|
|
|
role_path = os.path.join(init_path, role_name)
|
|
|
|
if os.path.exists(role_path):
|
|
|
|
if os.path.exists(role_path):
|
|
|
|