Skip to content

Commit

Permalink
Merge pull request #49 from threatstack/auditd-redhat-centos
Browse files Browse the repository at this point in the history
Stop auditd on redhat/centos
  • Loading branch information
benpatterson committed Feb 12, 2019
2 parents c99c322 + 78e5acf commit b3d927d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

- name: Disable auditd service
include: disable_auditd.yml
when: ansible_distribution == 'Amazon'
when:
- ansible_os_family == 'RedHat'
- (ansible_distribution != 'Amazon' or ansible_kernel is search("\.amzn2\."))

- name: Run Apt configure and install Threat Stack
include: apt_install.yml
Expand Down

0 comments on commit b3d927d

Please sign in to comment.