Skip to content

Commit

Permalink
Merge pull request #1 from adf-patrickha/feat_bareos_release_23
Browse files Browse the repository at this point in the history
feat(version): bareos 23 major release, set it as default
  • Loading branch information
adf-patrickha authored Jan 11, 2024
2 parents f47307e + 7aa1ab9 commit fb8f585
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ bareos_repository_release: current

# The version of Bareos to install.
# Only affects `bareos_repository_type: subscription`.
bareos_repository_version: 22
bareos_repository_version: 23

# You can enable tracebacks for troubleshooting purposes.
bareos_repository_enable_tracebacks: no
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bareos_repository_release: current

# The version of Bareos to install.
# Only affects `bareos_repository_type: subscription`.
bareos_repository_version: 22
bareos_repository_version: 23

# You can enable tracebacks for troubleshooting purposes.
bareos_repository_enable_tracebacks: no
2 changes: 1 addition & 1 deletion meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ argument_specs:
- release
bareos_repository_version:
type: "int"
default: 22
default: 23
description: "The version of Bareos to install. Only affects `bareos_repository_type: subscription`."
bareos_repository_enable_tracebacks:
type: "bool"
Expand Down
2 changes: 1 addition & 1 deletion tasks/assert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
that:
- bareos_repository_version is defined
- bareos_repository_version is number
- bareos_repository_version in [ 20, 21, 22 ]
- bareos_repository_version in [ 20, 21, 22, 23 ]
quiet: yes
when:
- bareos_repository_type == "subscription"
Expand Down

0 comments on commit fb8f585

Please sign in to comment.