Gum-Joe / 2Keys

A easy to setup second keyboard, designed for everyone.
GNU General Public License v3.0
11 stars 4 forks source link

Publish detector module/install locally to ensure ... #154

Open github-actions[bot] opened 3 years ago

github-actions[bot] commented 3 years ago

Publish detector module/install locally to ensure this works, and then prevent ansible ignoring errors here

https://github.com/Gum-Joe/2Keys/blob/8e838d0fde7c6ab83691b8364b40712d971dc457/detectors/detector-desktop/controller/assets/vm/ansible/client/provision.yml#L6

- hosts: all
  tasks:
    # Provisions 2Keys detector software
    # TODO: Publish detector module/install locally to ensure this works, and then prevent ansible ignoring errors here
    - name: Provision 2Keys client
      become: true
 No newline at end of file
      ignore_errors: yes # Remove this when provision works
      command: 2Keys provision -f /vagrant/config/provision.yml #
 No newline at end of file

64c7b8e13c35fda305a282d65579403301cd44cd