Remove WSL checks
This commit is contained in:
parent
abe4baeedb
commit
e19457d35f
1 changed files with 1 additions and 3 deletions
|
@ -15,11 +15,9 @@
|
|||
|
||||
- import_tasks: timezone.yml
|
||||
- import_tasks: packages-cli.yml
|
||||
when: ostree.stat.exists == false
|
||||
- import_tasks: packages-gui.yml
|
||||
when: gui == true and ostree.stat.exists == false
|
||||
when: gui == true
|
||||
- import_tasks: modules.yml
|
||||
- import_tasks: ssh.yml
|
||||
- import_tasks: solokeys.yml
|
||||
- import_tasks: packagekit.yml
|
||||
when: ostree.stat.exists == false
|
||||
|
|
Loading…
Reference in a new issue