Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Lee KIMBER
Ansible Droplet
Commits
a3fa57b5
Commit
a3fa57b5
authored
Dec 04, 2017
by
Florian Kempenich
Browse files
Refine error message
parent
54c5137a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ansible_droplet/cli.py
View file @
a3fa57b5
...
...
@@ -74,7 +74,7 @@ def _create_droplet_inventory_symlink():
"
\n\n
"
+
"/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\\n
"
+
"Please ensure you didn't delete the generated inventory in the HOME dir
\n
"
+
"In case you did, just create a new empty file at '{0}'"
.
format
(
inventory_file
)
+
"In case you did, just create a new empty file at '{0}'
\n
"
.
format
(
inventory_file
)
+
"/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\
/!
\\\n
"
+
"
\n
"
)
...
...
setup.py
View file @
a3fa57b5
...
...
@@ -9,7 +9,7 @@ def readme():
setup
(
name
=
'ansible-droplet'
,
version
=
'0.2.4.
1
'
,
version
=
'0.2.4.
2
'
,
description
=
'A cli to Create / Destroy DigitalOcean Droplets'
,
long_description
=
readme
(),
keywords
=
'digitalocean digital ocean droplet ansible ssh provision'
,
...
...
Write
Preview
Supports
Markdown
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