Skip to content

Commit 8b005d9

Browse files
author
Dmitriy Rabotyagov
authored
Update ha repository name for CentOS 8
Since CentOS 8.3 repository name has changed from HighAvailability to just ha. We need to reflect this as well
1 parent 7ae17fb commit 8b005d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/pacemaker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- name: Enable HighAvailability repository
2-
command: yum-config-manager --enable HighAvailability
2+
command: yum-config-manager --enable ha
33
changed_when: false
44
when:
55
- ansible_os_family | lower == 'redhat'

0 commit comments

Comments
 (0)