Add missing state file for windows

This commit is contained in:
twangboy 2016-07-27 15:23:51 -07:00
parent 55cb909f68
commit d409a51bec

View File

@ -0,0 +1,4 @@
count_root_dir_contents:
cmd.run:
- name: 'Get-ChildItem C:\\ | Measure-Object | %{$_.Count}'
- shell: powershell