We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49485d commit 53b969cCopy full SHA for 53b969c
meta/main.yml
@@ -1,6 +1,6 @@
1
---
2
3
-version: 1.4.1
+version: 1.4.3
4
dependencies: []
5
6
galaxy_info:
tasks/configure.yml
@@ -44,6 +44,15 @@
44
apt: name=sysfsutils state=present
45
when: ansible_os_family == 'Debian' and mongodb_disable_thp
46
47
+- name: Create /etc/sysfs.d direcroty
48
+ file:
49
+ path: /etc/sysfs.d
50
+ group: root
51
+ state: directory
52
+ mode: 0755
53
+ owner: root
54
+ when: ansible_os_family == 'Debian' and mongodb_disable_thp
55
+
56
- name: Create sysfs config
57
copy:
58
src: hugepages.conf
0 commit comments