From 939d70e04ebe3f03d07a6c4d3aecdb49d3e89c35 Mon Sep 17 00:00:00 2001 From: Siteshwar Vashisht Date: Fri, 9 Aug 2024 11:04:19 +0200 Subject: [PATCH] Install csmock-plugins-clippy package Related: https://github.com/openscanhub/fedora-infra/issues/64 Signed-off-by: Siteshwar Vashisht --- .../ansible/roles/osh-worker-role/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/containers/vm-provisioning/ansible/roles/osh-worker-role/tasks/main.yml b/containers/vm-provisioning/ansible/roles/osh-worker-role/tasks/main.yml index 20c3919..c804e1d 100644 --- a/containers/vm-provisioning/ansible/roles/osh-worker-role/tasks/main.yml +++ b/containers/vm-provisioning/ansible/roles/osh-worker-role/tasks/main.yml @@ -61,6 +61,12 @@ name: csmock-plugin-unicontrol state: latest +# This is required for `clippy` +- name: Install csmock-plugins-clippy package + ansible.builtin.dnf: + name: csmock-plugins-clippy + state: latest + - name: Print status of the worker ansible.builtin.debug: msg: Worker virtual machine is set up, but `osh-worker` is not started. It should be started by `osh-worker-manager` from osh-hub.