Skip to content

Commit

Permalink
Changed playbook location to gui for desktop linux and to server for
Browse files Browse the repository at this point in the history
development server
  • Loading branch information
Daniel Thielking committed Feb 4, 2017
1 parent 7f19c7c commit 7739876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Vagrant.configure("2") do |config|

# Provision of Linux Gui with ansible
config.vm.provision "ansible" do |ansible|
ansible.playbook = "ansible/install.yaml"
ansible.playbook = "ansible/gui/main.yaml"
ansible.verbose = "v"
end
end
Expand All @@ -45,7 +45,7 @@ Vagrant.configure("2") do |config|

# Provision of Linux Gui with ansible
config.vm.provision "ansible" do |ansible|
ansible.playbook = "server/install.yaml"
ansible.playbook = "ansible/server/main.yaml"
ansible.verbose = "v"
end
end
Expand Down

0 comments on commit 7739876

Please sign in to comment.