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
410e7430
Commit
410e7430
authored
Jan 11, 2019
by
Florian Kempenich
Browse files
Release: Fix usage of 'python' role
parent
60cbadae
Changes
2
Hide whitespace changes
Inline
Side-by-side
ansible_droplet/ansible/roles/roles-on-droplet/glances/tasks/main.yml
View file @
410e7430
...
...
@@ -9,6 +9,9 @@
-
name
:
"
Install
Python
/
pip"
include_role
:
name
:
TOOCS.python
vars
:
python_versions
:
-
3.7.0
-
name
:
"
Install
`glances`
and
`glances`
optional
dependencies"
pip
:
...
...
setup.py
View file @
410e7430
...
...
@@ -9,7 +9,7 @@ def readme():
setup
(
name
=
'ansible-droplet'
,
version
=
'0.4.
2
'
,
version
=
'0.4.
3
'
,
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