diff options
author | Aleksander Mistewicz <a.mistewicz@samsung.com> | 2017-10-16 13:22:13 +0200 |
---|---|---|
committer | Pawel Wieczorek <p.wieczorek2@samsung.com> | 2018-11-19 13:53:55 +0000 |
commit | c50b6cb6d1aca203422985133cb6d941e154836c (patch) | |
tree | ae7000b893c7892e8afa23cb7eb8c8a337294a7f | |
parent | 9e1628fe005fa02a4b979ef0febfe0ada39afad8 (diff) | |
download | host-c50b6cb6d1aca203422985133cb6d941e154836c.tar.gz host-c50b6cb6d1aca203422985133cb6d941e154836c.tar.bz2 host-c50b6cb6d1aca203422985133cb6d941e154836c.zip |
Add installation of mux plugin
Change-Id: I8f2ffbd729d365941a84170b8dc3c71a2131b433
-rw-r--r-- | config/hosts/master/roles/system/tasks/main.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/hosts/master/roles/system/tasks/main.yml b/config/hosts/master/roles/system/tasks/main.yml index 3c1c220..5cacba1 100644 --- a/config/hosts/master/roles/system/tasks/main.yml +++ b/config/hosts/master/roles/system/tasks/main.yml @@ -117,6 +117,12 @@ - python setup.py install when: avocadoclone.changed +- name: Install avocado yaml_to_mux plugin + command: "{{ item }} chdir=~/avocado-framework/optional_plugins/varianter_yaml_to_mux" + with_items: + - python setup.py install + when: avocadoclone.changed + - name: Prepare sdboot directory file: path: /opt/sdboot |