diff options
| -rw-r--r-- | salt/openbook/ansible/files/deploy-dev-env.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/salt/openbook/ansible/files/deploy-dev-env.sh b/salt/openbook/ansible/files/deploy-dev-env.sh index 176ae6f..b47774e 100644 --- a/salt/openbook/ansible/files/deploy-dev-env.sh +++ b/salt/openbook/ansible/files/deploy-dev-env.sh @@ -8,5 +8,5 @@ rm -f env.yaml ln -s env.yaml.openbook env.yaml popd pushd ${buildroot} -ansible-playbook -vvv -i inventory_json.rb openbook_installer.yaml +ansible-playbook -i inventory_json.rb openbook_installer.yaml popd |
