Skip to content

Commit

Permalink
Updated sysfs tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Antipov committed Jul 24, 2015
1 parent d49485d commit 53b969c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

version: 1.4.1
version: 1.4.3
dependencies: []

galaxy_info:
Expand Down
9 changes: 9 additions & 0 deletions tasks/configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@
apt: name=sysfsutils state=present
when: ansible_os_family == 'Debian' and mongodb_disable_thp

- name: Create /etc/sysfs.d direcroty
file:
path: /etc/sysfs.d
group: root
state: directory
mode: 0755
owner: root
when: ansible_os_family == 'Debian' and mongodb_disable_thp

- name: Create sysfs config
copy:
src: hugepages.conf
Expand Down

0 comments on commit 53b969c

Please sign in to comment.