Skip to content

Commit

Permalink
Fix apt package name, virtualenv worked in debian but not ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuhlman committed Apr 27, 2015
1 parent a47bda9 commit 9be7438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Install virtualenv
apt: name=virtualenv state=present
apt: name=python-virtualenv state=present

- name: Keystone User - Install dependencies
pip: name=python-keystoneclient state=present virtualenv="{{monasca_virtualenv_dir}}"
Expand Down

0 comments on commit 9be7438

Please sign in to comment.