Don't run packagekit task on WSL
This commit is contained in:
parent
aea8c043d8
commit
78e2a1b6e8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue