Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
Specify the module name in ansible 2.7
Browse files Browse the repository at this point in the history
Since the changes in the ovirt_disk will come to ansible 2.8
make sure this version from library folder is going to be used in
ansible 2.7.
  • Loading branch information
Jiri Macku authored and tiraboschi committed Apr 10, 2019
1 parent 8238fe4 commit 5f0ab6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
File renamed without changes.
3 changes: 2 additions & 1 deletion tasks/create_target_vm/01_create_target_hosted_engine_vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@
register: storage_domain_details
- debug: var=storage_domain_details
- name: Add HE disks
ovirt_disk_27:
# rename it to ovirt_disk with ansible 2.8+
ovirt_disk_28:
name: "{{ item.name }}"
size: "{{ item.size }}"
format: "{{ item.format }}"
Expand Down

0 comments on commit 5f0ab6b

Please sign in to comment.