Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Dependencies

Ansible > 1.8


Example Playbook
-------------------------

Expand Down Expand Up @@ -90,4 +89,5 @@ Some examples of using tags:
License
-------

MIT
MIT

4 changes: 3 additions & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
service: name=xinetd state=reloaded

- name: restart auditd
service: name=auditd state=restarted
service:
name: auditd
state: started

- name: unload usb-storage
modprobe: name=usb-storage state=absent
Expand Down
Loading