We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd9b25 commit 03a5635Copy full SHA for 03a5635
roles/update_os_packages/tasks/main.yml
@@ -3,7 +3,6 @@
3
dnf:
4
name: '*'
5
update_cache: yes
6
- nobest: true # REQUIRED TO WORKAROUND TOMCAT ISSUE -- https://community.theforeman.org/t/katello-nightly-rpm-pipeline-1766-failed/35171
7
state: latest
8
tags:
9
- packages
0 commit comments