Compare commits

...

2 Commits

4 changed files with 9 additions and 3 deletions

View File

@ -4,5 +4,5 @@ commitizen:
prerelease_offset: 1
tag_format: $version
update_changelog_on_bump: false
version: 1.8.1-a1
version: 1.8.1-a2
version_scheme: semver

View File

@ -1,3 +1,9 @@
## 1.8.1-a2 (2024-05-02)
### Fix
- **nfc_kubernetes**: cast url var as list
## 1.8.1-a1 (2024-05-02)
### Fix

View File

@ -8,7 +8,7 @@ namespace: nofusscomputing
name: kubernetes
# The version of the collection. Must be compatible with semantic versioning
version: 1.8.1-a1
version: 1.8.1-a2
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md

View File

@ -355,7 +355,7 @@
)
run_once: true
when: ansible_os_family == 'Debian'
loop: "{{ url_download_k3s }}"
loop: "{{ url_download_k3s | from_yaml }}"
loop_control:
loop_var: url
vars: