Skip to content

Commit

Permalink
feat(defrag.yml): added 'defragment' task
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNabokikh committed Jun 13, 2022
1 parent 921b511 commit 24016c8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tasks/defrag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
- name: Ensure selected volumes are defragmented (in parallel).
community.windows.win_defrag:
include_volumes: "{{ item.name | default(C) }}"
parallel: true
freespace_consolidation: true
loop: "{{ volumes }}"

0 comments on commit 24016c8

Please sign in to comment.