Skip to content

Commit 87e12af

Browse files
Update
1 parent eb222dc commit 87e12af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tasks/install_deps.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
update_cache: yes
8888
when: (ansible_distribution == "RedHat") or
8989
(ansible_distribution == "CentOS") or
90-
(ansible_distribution == "Fedora")
90+
(ansible_distribution == "Fedora") or
91+
(ansible_distribution == "Rocky")
9192
tags:
92-
- install
93+
- install

0 commit comments

Comments
 (0)