Skip to content

Instantly share code, notes, and snippets.

@corrupt952
Created November 21, 2017 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corrupt952/f78f27cdadf101120fbf8e5c17a6f8f3 to your computer and use it in GitHub Desktop.
Save corrupt952/f78f27cdadf101120fbf8e5c17a6f8f3 to your computer and use it in GitHub Desktop.
config.vm.provision "ruby", type: "ansible_local" do |ansible|
ansible.playbook = 'playbooks/ruby.yml'
ansible.install = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment