File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,5 +53,7 @@ suites:
5353 hosts : all
5454 ansible_verbose : true
5555 ansible_version : 1.9.2
56+ ansible_diff : true
57+ roles_path : ../ansible-os-hardening/
5658 provisioner :
5759 playbook : test/integration/playbooks/default.yml
Original file line number Diff line number Diff line change @@ -4,26 +4,24 @@ source 'https://rubygems.org'
44
55group :test do
66 gem 'rake'
7- # gem 'chefspec', '~> 4.2.0'
87 gem 'foodcritic' , '~> 4.0'
98 gem 'thor-foodcritic'
10- # gem 'rubocop', '~> 0.28.0'
119 gem 'coveralls' , require : false
1210end
1311
1412group :development do
1513 gem 'guard'
1614 gem 'guard-rspec'
1715 gem 'guard-kitchen'
18- # gem 'guard-rubocop'
19- # gem 'guard-foodcritic'
2016end
2117
2218group :integration do
2319 gem 'test-kitchen' , '~> 1.0'
2420 gem 'kitchen-ansible'
2521 gem 'kitchen-vagrant'
2622 gem 'kitchen-sharedtests' , '~> 0.2.0'
23+ gem 'kitchen-sync'
24+ gem 'kitchen-transport-rsync'
2725end
2826
2927group :openstack do
You can’t perform that action at this time.
0 commit comments