mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
* apk: fix packages return value for apk-tools >= 3 (fix #11264) * Add changelog fragment
This commit is contained in:
@@ -89,6 +89,13 @@
|
||||
- less
|
||||
- nano
|
||||
- vim
|
||||
- bash
|
||||
- bash-completion
|
||||
- bash-completion-doc
|
||||
- zsh
|
||||
- zsh-calendar
|
||||
- zsh-completions
|
||||
- zsh-doc
|
||||
state: present
|
||||
register: results
|
||||
|
||||
@@ -96,7 +103,7 @@
|
||||
ansible.builtin.assert:
|
||||
that:
|
||||
- results is changed
|
||||
- (results.packages | length) >= 3
|
||||
- (results.packages | length) >= 10
|
||||
|
||||
- name: Install a bunch of packages again
|
||||
community.general.apk:
|
||||
|
||||
Reference in New Issue
Block a user