Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 9ad50b2

Browse files
committed
Fix broken test due to rubocop validation.
1 parent 9f68a07 commit 9ad50b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Vagrantfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ Vagrant.configure('2') do |config|
111111
ansible.raw_arguments = ENV['DRUPALVM_ANSIBLE_ARGS']
112112
ansible.tags = ENV['DRUPALVM_ANSIBLE_TAGS']
113113
# Use pip to get the latest Ansible version when using ansible_local.
114-
if provisioner == :ansible_local
115-
ansible.install_mode = "pip"
116-
end
114+
provisioner == :ansible_local && ansible.install_mode = 'pip'
117115
end
118116

119117
# VMware Fusion.

0 commit comments

Comments
 (0)