Skip to content

Commit

Permalink
Merge pull request #17 from jcpowermac/ansible20
Browse files Browse the repository at this point in the history
Modifications for Ansible 2.0
  • Loading branch information
mtnbikenc committed Feb 5, 2016
2 parents 488355d + 2bd019d commit f45d72d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/install_scaleio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
mode: "0644"
register: file
with_fileglob:
- "*{{role_name}}*"
- "files/*{{role_name}}*"

- name: install package
yum:
Expand Down
2 changes: 1 addition & 1 deletion roles/openstack-controllers/tasks/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
- { section: "scaleio", option: "storage_pools", value: "{{ scaleio_protection_domain}}:{{scaleio_storage_pool }}" }
- { section: "scaleio", option: "round_volume_capacity", value: "True" }
- { section: "scaleio", option: "force_delete", value: "True" }
- { section: "scaleio", option: "unmap_volume_before_deletion", "True" }
- { section: "scaleio", option: "unmap_volume_before_deletion", value: "True" }
notify: pacemaker disable cinder-api

0 comments on commit f45d72d

Please sign in to comment.