Skip to content

Commit

Permalink
Fixing ONE installation bugs (#67)
Browse files Browse the repository at this point in the history
Fixes #65
Fixes #66

Incremented galaxy version
Updated CHANGELOG
  • Loading branch information
carceneaux authored Jul 25, 2024
1 parent 180e64e commit 034d727
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ veeamhub.veeam Release Notes

This changelog describes changes after version 1.5.0.

v2.2.2
======

Bugfixes
--------

- Fixed incorrect ISO specified for Veeam ONE v12 (https://github.com/VeeamHub/veeam-ansible/issues/65)
- Fixed SQL Express installation account not being created (https://github.com/VeeamHub/veeam-ansible/issues/66)


v2.2.1
======

Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: "veeamhub"
name: "veeam"
version: "2.2.1"
version: "2.2.2"
readme: "readme_galaxy.md"
authors:
- "Chris Arceneaux (https://www.arsano.ninja/)"
Expand Down
2 changes: 1 addition & 1 deletion roles/veeam_vas/tasks/one_install_pretasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
groups:
- Administrators
when:
- create_service_account | bool
- one_create_service_account | bool
- one_username.find("\\") == -1 # skips account creation if domain account is specified
- name: Install System CLR Types
ansible.windows.win_package:
Expand Down
4 changes: 2 additions & 2 deletions roles/veeam_vas/vars/one_v12.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
# ONE v12 vars file for veeamhub.veeam_vas

iso_url: "https://download2.veeam.com/VBR/v12/VeeamBackup&Replication_12.0.0.1420_P20230718_20230906.iso"
iso_checksum: "a390ca763f4feb4aeab3922146def6655b39fd5a"
iso_url: "https://download2.veeam.com/VONE/v12/VeeamONE_12.0.1.2591_20230314.iso"
iso_checksum: "f28da79bbf8a0ac9d1542f5e68ff6975faf14bf2"
destination_iso_file: "one.iso"
destination_license_file: "one-license.lic"
sql_express_file: "{{ source }}Redistr\\x64\\SqlExpress\\SQLEXPRADV_x64_ENU.exe"
Expand Down

0 comments on commit 034d727

Please sign in to comment.