Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
commented out ansible verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mngiess committed Nov 29, 2015
1 parent f71af9a commit be31991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -63,6 +63,6 @@ Vagrant.configure("2") do |config|
ansible.sudo = true
ansible.sudo_user = "vagrant"
ansible.playbook = "playbook.yml"
ansible.raw_arguments = "-vvv"
# ansible.raw_arguments = "-vvv"
end
end

0 comments on commit be31991

Please sign in to comment.