Follow up edits for 196398

Change-Id: I9a4c82461c952f04efe0635c6e7bab4d3ed5fb8f
This commit is contained in:
Julia Kreger 2015-06-30 07:22:09 -04:00
parent b241bc9b93
commit 3266e0c09e
2 changed files with 4 additions and 2 deletions

View File

@ -19,7 +19,7 @@ installing without it.
Role Variables Role Variables
-------------- --------------
git_root: The base folder that git repos should be located in. Defaults to git_root: The base location for cloned git repositories. This defaults to
"/tmp". "/tmp".
ironicclient_git_url: URL for ironicclient, defaults to: ironicclient_git_url: URL for ironicclient, defaults to:

View File

@ -31,7 +31,9 @@
with_items: with_items:
- pxelinux - pxelinux
when: ansible_distribution_version|version_compare('14.10', '>=') and ansible_distribution == 'Ubuntu' when: ansible_distribution_version|version_compare('14.10', '>=') and ansible_distribution == 'Ubuntu'
# NOTE: Creation no longer be required..., # NOTE(TheJulia) While we don't necessarilly require /opt/stack any longer
# and it should already be created by the Ansible setup, we will leave this
# here for the time being.
- name: "Ensuring /opt/stack is present" - name: "Ensuring /opt/stack is present"
file: name=/opt/stack state=directory owner=root group=root file: name=/opt/stack state=directory owner=root group=root
- name: "Ironic Client - Install from source if configured to do so." - name: "Ironic Client - Install from source if configured to do so."