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

Commit 134d9c5

Browse files
committed
Hide vagrant 2.0+ messages about ansible auto compatibility_mode
Vagrant has automatically selected the compatibility mode '2.0' according to the Ansible version installed (2.4.0.0). Alternatively, the compatibility mode can be specified in your Vagrantfile: https://www.vagrantup.com/docs/provisioning/ansible_common.html#compatibility_mode
1 parent 3516bcd commit 134d9c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: Vagrantfile

+1
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Vagrant.configure('2') do |config|
108108
config_dir: config_dir,
109109
drupalvm_env: drupalvm_env
110110
}
111+
ansible.compatibility_mode = '2.0'
111112
ansible.raw_arguments = ENV['DRUPALVM_ANSIBLE_ARGS']
112113
ansible.tags = ENV['DRUPALVM_ANSIBLE_TAGS']
113114
ansible.verbose = ENV['DRUPALVM_DEBUG']

0 commit comments

Comments
 (0)