Skip to content

Commit

Permalink
Install csmock-plugins-clippy package
Browse files Browse the repository at this point in the history
Related: #64

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
  • Loading branch information
siteshwar committed Aug 9, 2024
1 parent 49c9237 commit 939d70e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 939d70e

Please sign in to comment.