We need a fixed winrm-fs so that dotfiles are also included

This commit is contained in:
Pedro Algarvio 2019-02-22 14:58:35 +00:00
parent fa70af2777
commit 4f45a7ea7d
No known key found for this signature in database
GPG Key ID: BB36BF6584A298FF

View File

@ -14,7 +14,8 @@ end
group :windows do
gem 'winrm', '~>2.0'
gem 'winrm-fs', '~>1.3.1'
# gem 'winrm-fs', '~>1.3.1'
gem 'winrm-fs', :git => 'https://github.com/s0undt3ch/winrm-fs.git', :branch => 'hotfix/saltstack-ci'
end
group :ec2 do