Debugging the tests. Do not remove snapd from Ubuntu for now. Add some comments.

This commit is contained in:
2021-02-01 05:15:45 -06:00
parent 49035d6712
commit 922d0cfe82
3 changed files with 16 additions and 1 deletions

View File

@ -1,4 +1,5 @@
---
# Cross-platform package management.
- name: Install Repo Software
package:
@ -14,5 +15,12 @@
package:
name:
- cowsay # Sorry ;)
state: absent
# TODO: Confirm if Ubuntu still uses snap for critical UI components like GNOME.
- name: Remove Repo Software
package:
name:
- snapd
state: absent
when: ansible_distribution != "Ubuntu"