mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 08:01:24 -07:00
Fix snap module, and module helper behavior on rc != 0 in output (#2912)
* Try some snap fixes.
* Fix logic.
* Try to run tests privileged.
* Prevent failure on rc != 0.
* Fix formatting.
* Revert "Try to run tests privileged."
This reverts commit 77ca91f502
.
* Try to run tests on RHEL instead.
* Make sure that snapd is running.
* Add changelog fragment.
* str -> to_native.
* Make sure that installed binary is actually found.
* Add check mode tests.
* Mention #2835 in changelog fragment.
This commit is contained in:
parent
a97d82be88
commit
c63dc624b7
13 changed files with 111 additions and 45 deletions
3
changelogs/fragments/2912-snap-module-helper.yml
Normal file
3
changelogs/fragments/2912-snap-module-helper.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- module_helper module utils - avoid failing when non-zero ``rc`` is present on regular exit (https://github.com/ansible-collections/community.general/pull/2912).
|
||||
- snap - fix various bugs which prevented the module from working at all, and which resulted in ``state=absent`` fail on absent snaps (https://github.com/ansible-collections/community.general/issues/2835, https://github.com/ansible-collections/community.general/issues/2906, https://github.com/ansible-collections/community.general/pull/2912).
|
Loading…
Add table
Add a link
Reference in a new issue