mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-14 18:11:43 -07:00
* Re-enable snap tests.
* Skip tests on RHEL 8.2 and 8.3.
* Refactor snap setup.
* Try to simplify setup.
(cherry picked from commit bb78d98f8f
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
1115b463fe
commit
59eff2e3e0
24 changed files with 30 additions and 67 deletions
5
tests/integration/targets/setup_snap/handlers/main.yml
Normal file
5
tests/integration/targets/setup_snap/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Remove snapd
|
||||
package:
|
||||
name: "{{ snap_packages }}"
|
||||
state: absent
|
Loading…
Add table
Add a link
Reference in a new issue