provisioners/ansible: fix a typo in rspec example
[ci skip]
This commit is contained in:
parent
de96b54272
commit
ef66098472
|
@ -412,7 +412,7 @@ VF
|
||||||
config.force_remote_user = false
|
config.force_remote_user = false
|
||||||
end
|
end
|
||||||
|
|
||||||
it "doesn't set ansiber user in inventory and use '--user' arguemnt with the vagrant ssh username" do
|
it "doesn't set ansiber user in inventory and use '--user' argument with the vagrant ssh username" do
|
||||||
expect(Vagrant::Util::Subprocess).to receive(:execute).with { |*args|
|
expect(Vagrant::Util::Subprocess).to receive(:execute).with { |*args|
|
||||||
inventory_content = File.read(generated_inventory_file)
|
inventory_content = File.read(generated_inventory_file)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue