Updated sysfs tasks
This commit is contained in:
parent
d49485d0db
commit
53b969c23f
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
|
||||
version: 1.4.1
|
||||
version: 1.4.3
|
||||
dependencies: []
|
||||
|
||||
galaxy_info:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue