mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
Add missing rhosts-include task
This commit is contained in:
parent
71c7042163
commit
e4c6436163
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
- include: suid_sgid.yml tags=suid_sgid
|
- include: suid_sgid.yml tags=suid_sgid
|
||||||
- include: sysctl.yml tags=sysctl
|
- include: sysctl.yml tags=sysctl
|
||||||
- include: user_accounts.yml tags=user_accounts
|
- include: user_accounts.yml tags=user_accounts
|
||||||
|
- include: rhosts.yml tags=rhosts
|
||||||
|
|
||||||
- include: yum.yml tags=yum
|
- include: yum.yml tags=yum
|
||||||
when: ansible_os_family == 'RedHat' or ansible_os_family == 'Oracle Linux'
|
when: ansible_os_family == 'RedHat' or ansible_os_family == 'Oracle Linux'
|
||||||
|
|
Loading…
Reference in a new issue