Gum-Joe / 2Keys

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

Remove this once PyPi package published and before... #155

Open github-actions[bot] opened 3 years ago

github-actions[bot] commented 3 years ago

Remove this once PyPi package published and before closing #72

https://github.com/Gum-Joe/2Keys/blob/813106b42415fd0a6f28e53125958f3a404d8178/detectors/detector-desktop/controller/assets/vm/Vagrantfile.template#L114

  end

  # Installs 2Keys from source!
  # TODO: Remove this once PyPi package published and before closing #72
  config.vm.provision "ansible_local" do |ansible|
    ansible.playbook = "ansible/base/twokeys-oss.yml"
  end

  ## PROVISIONING SCRIPT TO SETUP CLIENT ##
  config.vm.provision "ansible_local" do |ansible|
    ansible.playbook = "ansible/client/provision.yml"
  end

  # 2KEYS BEGIN CUSTOM ANSIBLE PROVISING SCRIPTS
  ## PROVISING SCRIPTS TO SETUPP PROJECTS, KEYBOARDS ETC
{{{ twokeys_insert_ansible_provising }}}
ndex 58712d9..814e722 100644
++ b/detectors/detector-desktop/controller/assets/vm/ansible/base/provision.yml

f811f1da615387c9f1e31ad21ec49597832424a7