Skip to content

Commit

Permalink
Fix Rocky Linux 8 version 6 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jan 25, 2024
1 parent d198e28 commit b7923ad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion molecule/default/version-60.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,13 @@
varnish_version: "6.0"

pre_tasks:
- import_tasks: setup.yml
- name: Ensure build dependencies are installed.
yum:
name:
- logrotate
- systemd-sysv
state: present
when: ansible_os_family == 'RedHat'

roles:
- role: geerlingguy.varnish
Expand Down

0 comments on commit b7923ad

Please sign in to comment.