Skip to content

Commit

Permalink
Use community.general.copr plugin
Browse files Browse the repository at this point in the history
... in the ansible role.

Signed-off-by: Siteshwar Vashisht <[email protected]>
  • Loading branch information
siteshwar committed Apr 11, 2024
1 parent 69fee0b commit ee278fd
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@

# dnf copr enable @openscanhub/devel
- name: Enable openscanhub repository
# ansible.builtin.dnf:
# enable_plugin: copr
# name: "@openscanhub/devel"
ansible.builtin.shell: dnf copr enable -y @openscanhub/devel
community.general.copr:
# TODO: use `staging` or `production` in the future.
# https://github.com/openscanhub/fedora-infra/issues/42
name: "@openscanhub/devel"

- name: Install osh-worker package
ansible.builtin.dnf:
Expand Down

0 comments on commit ee278fd

Please sign in to comment.