Skip to content
Snippets Groups Projects
Verified Commit fa8a69cc authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

remove createStorage call from Ansible

parent ad42bd1d
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,6 @@
register: installTiller
- debug: var=installTiller.stdout
- name: Create Storage
command: 'oas_control /usr/local/bin/control createStorage'
register: createStorage
- debug: var=createStorage.stdout
- name: Clone/update openappstack git repos
command: 'oas_control /usr/local/bin/control getRepos'
register: getRepos
......
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