Skip to content

Commit 53b969c

Browse files
author
Sergei Antipov
committed
Updated sysfs tasks
1 parent d49485d commit 53b969c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
version: 1.4.1
3+
version: 1.4.3
44
dependencies: []
55

66
galaxy_info:

tasks/configure.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,15 @@
4444
apt: name=sysfsutils state=present
4545
when: ansible_os_family == 'Debian' and mongodb_disable_thp
4646

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+
4756
- name: Create sysfs config
4857
copy:
4958
src: hugepages.conf

0 commit comments

Comments
 (0)