Skip to content
Snippets Groups Projects

Patch easybuild installation fix

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -34,7 +34,7 @@ Vagrant.configure("2") do |config|
@@ -34,7 +34,7 @@ Vagrant.configure("2") do |config|
fi
fi
yum install -y ansible git vim bash-completion
yum install -y ansible git vim bash-completion
ansible-playbook -c local -i /vagrant/CRI_XCBC/hosts -l `hostname` /vagrant/CRI_XCBC/site.yaml
ansible-playbook -c local -i /vagrant/CRI_XCBC/hosts -l `hostname` /vagrant/CRI_XCBC/site.yaml -b
SHELL
SHELL
Loading