Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit a2c4656

Browse files
author
Sebastian Gumprich
committed
update task names to include OS
1 parent e1710eb commit a2c4656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
changed_when: false
1010
always_run: true
1111

12-
- name: install selinux dependencies when selinux is installed
12+
- name: install selinux dependencies when selinux is installed on RHEL or Oracle Linux
1313
yum: name="{{item}}" state=installed
1414
with_items:
1515
- policycoreutils-python
1616
- checkpolicy
1717
when: sestatus.rc == 0 and (ansible_os_family == 'RedHat' or ansible_os_family == 'Oracle Linux')
1818

19-
- name: install selinux dependencies when selinux is installed
19+
- name: install selinux dependencies when selinux is installed on Debian or Ubuntu
2020
apt: name="{{item}}" state=installed
2121
with_items:
2222
- policycoreutils

0 commit comments

Comments
 (0)