Skip to content

Commit

Permalink
infra: storage fix parameters typo (oVirt#282)
Browse files Browse the repository at this point in the history
* infra: storage fix parameters typo

* add changelog
  • Loading branch information
mnecas authored and vjuranek committed Jul 28, 2021
1 parent 3cb912e commit fe589c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- infra - Storage fix parameters typo (https://github.com/oVirt/ovirt-ansible-collection/pull/282).
2 changes: 1 addition & 1 deletion roles/infra/roles/storages/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
- storages
- storage_connections

- name: Update storage pamareters
- name: Update storage parameters
ovirt_storage_connection:
auth: "{{ ovirt_auth }}"
id: "{{ ansible_version.full is version('2.6.0', '>=') | ternary(item.1.id, item.1.id[0]) }}"
Expand Down

0 comments on commit fe589c8

Please sign in to comment.