We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b690fb9 commit a38c2bbCopy full SHA for a38c2bb
tasks/setup-RedHat.yml
@@ -10,13 +10,6 @@
10
state: present
11
when: ansible_distribution_major_version | int < 8
12
13
-- name: Disable varnish AppStream in RHEL 8.
14
- command: dnf module disable -y varnish
15
- when:
16
- - varnish_packagecloud_repo_addition.changed
17
- - ansible_distribution_major_version | int == 8
18
- tags: ['skip_ansible_lint']
19
-
20
- name: Add Varnish packagecloud.io yum repo.
21
yum_repository:
22
name: varnishcache_{{ varnish_packagecloud_repo }}
0 commit comments