mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-13 17:44:22 -07:00
Re-enable snap tests (#3967)
* Re-enable snap tests. * Skip tests on RHEL 8.2 and 8.3. * Refactor snap setup. * Try to simplify setup.
This commit is contained in:
parent
1ba79f3c6a
commit
bb78d98f8f
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