Skip to content

Commit

Permalink
always use modules on el8
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Mar 25, 2024
1 parent e62dad4 commit 86b2fce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion roles/foreman_repositories/tasks/redhat_staging_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
args:
creates: /etc/dnf/modules.d/foreman.module
when:
- foreman_repositories_version == "nightly" or foreman_repositories_version is version('3.2', '>=')
- ansible_distribution_major_version == '8'
1 change: 0 additions & 1 deletion roles/katello_repositories/tasks/staging_repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
args:
creates: /etc/dnf/modules.d/katello.module
when:
- katello_repositories_version == "nightly" or katello_repositories_version is version('4.4', '>=')
- ansible_distribution_major_version == '8'

- name: 'Add Pulpcore repository'
Expand Down

0 comments on commit 86b2fce

Please sign in to comment.