Skip to content

Commit

Permalink
Add playbook for defragmenting volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Nov 7, 2017
1 parent 0aac22c commit 39b64f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions defrag.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- hosts: computers
tasks:
- win_defrag:
include_volumes: C
freespace_consolidation: yes

0 comments on commit 39b64f4

Please sign in to comment.