Skip to content

Commit

Permalink
Update teleop_deploy.yml (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
carebare47 authored Mar 5, 2024
1 parent 6dc117d commit 483cc70
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ansible/playbooks/teleop_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
include_role:
name: installation/playbook_setup
when: not skip_molecule_task|bool

- name: Install licence tools
include_role:
name: installation/install_licence_tools
when: '"binary" in image'
tasks:
- name: Extract hostname from server
set_fact:
Expand Down Expand Up @@ -88,6 +83,11 @@
- name: Install Teleop software on Ubuntu teleop server laptop
hosts: server
pre_tasks:
- name: Install licence tools
include_role:
name: installation/install_licence_tools
when: '"binary" in image'

- name: check if customer_key is provided
when: customer_key is defined and customer_key | length > 0
set_fact:
Expand Down

0 comments on commit 483cc70

Please sign in to comment.