Don't run packagekit task on WSL

This commit is contained in:
Anthony Rose 2023-01-23 09:16:13 +00:00
parent aea8c043d8
commit 78e2a1b6e8

View file

@ -24,7 +24,7 @@
- import_tasks: sudo.yml
when: gui == true
- import_tasks: packagekit.yml
when: gui == true
when: gui == true and wsl == false
- import_tasks: timezone.yml
when: wsl == false
- import_tasks: systemd.yml