diff --git a/files/install-rpm-packages.yaml b/files/install-rpm-packages.yaml index f2c8745..e4960da 100644 --- a/files/install-rpm-packages.yaml +++ b/files/install-rpm-packages.yaml @@ -58,6 +58,9 @@ - python3-hatch-vcs # for rust2rpm - python3.11-pip + # for go-vendor-tools + - trivy + - askalono-cli state: present install_weak_deps: False tags: @@ -74,6 +77,11 @@ executable: pip3.11 tags: - basic-image + - name: Install go-vendor-tools that is not packaged for EL9. + ansible.builtin.pip: + name: go-vendor-tools + tags: + - basic-image - name: Install all RPM packages needed to hack on sandcastle. ansible.builtin.dnf: name: