tobiko/infrared/main.yml
abregman 641b627a7a Add install command to IR plugin
* Allow users and CI pipelines to run tobiko install command
* Users can specify which environment to use

Also:

* Removed os-fault configuration generation - this is done
  by Tobiko itself
* Remove other unused tasks

Change-Id: Ieeba8d4094cb3764a2a2de99debbac3acd886180
2019-03-24 21:15:49 +02:00

4 lines
71 B
YAML

---
- import_playbook: install.yml
when: test.install|default(False)