Skip to content

Commit 5eefd1f

Browse files
Fix CentOS error with privilege group
1 parent 351772f commit 5eefd1f

File tree

1 file changed

+1
-1
lines changed
  • playbooks/roles/privilege_group/tasks

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
- include: el.yml
2-
when: ansible_os_family == 'RedHat' and ansible_distribution == 'OracleLinux'
2+
when: ansible_os_family == 'RedHat'
33

0 commit comments

Comments
 (0)