mirror of
https://github.com/kasmtech/ansible
synced 2024-12-12 13:02:32 +00:00
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:
commit
58eded6906
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue