Skip to content

Commit

Permalink
Become sudo user when override the system somaxconn setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Dyson committed Jun 6, 2016
1 parent dd2905a commit 7823f4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
changed_when: false

- name: Redis | Override system somaxconn setting.
become: yes
sysctl:
name: net.core.somaxconn
value: 5
Expand Down

0 comments on commit 7823f4c

Please sign in to comment.