Merge branch 'feature/KASM-2746-installer-profiles' into 'develop'

KASM-2746 typo in test mode run of agent install

See merge request kasm-technologies/internal/ansible!15
This commit is contained in:
Justin Travis 2022-06-06 15:37:55 +00:00
commit 58eded6906

View file

@ -18,7 +18,7 @@
when: test is not defined
- name: Install agent role - test
command: "bash {{ tempdir.path }}/kasm_release/install.sh -S agent -I -e -p {{ target_ip }} -m {{ web_ip }} -M {{ manager_token }} { '-s ' ~ service_images_copy.dest if service_images_file }} {{ '-w ' ~ workspace_images_copy.dest if workspace_images_file }}"
command: "bash {{ tempdir.path }}/kasm_release/install.sh -S agent -I -e -p {{ target_ip }} -m {{ web_ip }} -M {{ manager_token }} {{ '-s ' ~ service_images_copy.dest if service_images_file }} {{ '-w ' ~ workspace_images_copy.dest if workspace_images_file }}"
register: install_output
become: true
retries: 20