Skip to content
Snippets Groups Projects
Commit b860411a authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

Fix easybuild installation problem

'Dont run bootstrap as root' problem
  while running eb install ansible task
Simply put -b option(become) to let ansible run the bootstrap script as build user
parent 41e13514
No related branches found
No related tags found
1 merge request!10Patch easybuild installation fix
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment