tobiko/infrared_plugin/main.yaml
Federico Ressi 077dc49e40 Move CI tasks from roles to infrared_plugin/roles
- create plugin roles folder with tasks required
  only by the plugin
- remove unused roles from tobiko roles folder
- link tobiko roles one by one to plugin roles folder

Change-Id: If74642f04b451cffc61c55560cd5004db14475ae
2020-05-14 09:23:47 +00:00

15 lines
240 B
YAML

---
- hosts: 'localhost'
roles:
- role: tobiko-ir-init
- hosts: >
{{ test_host |
default(hostvars.localhost.test_host) |
default('localhost') }}
gather_facts: yes
tasks:
- include_role: name=tobiko-ir-run