community.general/tests/integration/targets/setup_snap/handlers/main.yml
Felix Fontein b8469a5c28
Re-enable snap tests (#3967) (#3982)
* 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)
2022-01-05 18:12:03 +01:00

5 lines
86 B
YAML

---
- name: Remove snapd
package:
name: "{{ snap_packages }}"
state: absent