Skip to content

Commit

Permalink
Added skip_install option
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuhlman committed Feb 26, 2015
1 parent ea2898c commit 95498e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ keystone_users:
role: monasca-agent
keystone_service_script: /usr/local/bin/create_monasca_service.py
monasca_api_url: http://localhost:8080/v2.0
skip_install: False
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
- name: Keystone User - Install dependencies
apt: name=python-keystoneclient state=present
when: not skip_install

# These tasks need a Keystone v2 endpoint
- set_fact:
Expand Down

0 comments on commit 95498e0

Please sign in to comment.