Skip to content

Commit

Permalink
fix conflicting id
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Nov 15, 2024
1 parent 8d4cc57 commit 9e31601
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{#-
#}

install_rpm:
install_rpm_for_py:
cmd.run:
- name: tdnf install -y rpm
- if_missing: /usr/bin/rpm
Expand All @@ -11,7 +11,7 @@ coreutils:
pkg.installed:
- name: coreutils-selinux
- requires:
- install_rpm
- install_rpm_for_py

python_dependencies:
pkg.latest:
Expand Down

0 comments on commit 9e31601

Please sign in to comment.