aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scenarios/os-nosdn-osm/role/os-nosdn-osm/tasks/install-osm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scenarios/os-nosdn-osm/role/os-nosdn-osm/tasks/install-osm.yml b/scenarios/os-nosdn-osm/role/os-nosdn-osm/tasks/install-osm.yml
index 83deb8f..31d3c5b 100644
--- a/scenarios/os-nosdn-osm/role/os-nosdn-osm/tasks/install-osm.yml
+++ b/scenarios/os-nosdn-osm/role/os-nosdn-osm/tasks/install-osm.yml
@@ -18,7 +18,7 @@
- name: install OSM
become_user: "{{ osm_install_user }}"
become: yes
- command: "/bin/bash ./install_osm.sh -y --nolxd"
+ command: "/bin/bash ./full_install_osm.sh --test -b {{ osm_devops_version }} --nolxd -y"
args:
chdir: "{{ osm_devops_clone_location }}/installers"
creates: "/usr/bin/osm"