Skip to content

Commit a38c2bb

Browse files
committed
Just delete the task that's causing me grief.
1 parent b690fb9 commit a38c2bb

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tasks/setup-RedHat.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@
1010
state: present
1111
when: ansible_distribution_major_version | int < 8
1212

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-
2013
- name: Add Varnish packagecloud.io yum repo.
2114
yum_repository:
2215
name: varnishcache_{{ varnish_packagecloud_repo }}

0 commit comments

Comments
 (0)