Skip to content

Commit

Permalink
Add missing rhosts-include task
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Gumprich authored and chris-rock committed Jun 19, 2015
1 parent 71c7042 commit e4c6436
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/ansible-os-hardening/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- include: suid_sgid.yml tags=suid_sgid
- include: sysctl.yml tags=sysctl
- include: user_accounts.yml tags=user_accounts
- include: rhosts.yml tags=rhosts

- include: yum.yml tags=yum
when: ansible_os_family == 'RedHat' or ansible_os_family == 'Oracle Linux'

0 comments on commit e4c6436

Please sign in to comment.