From 53b969c23f8457b350988dc7dc3124595f5c3cf8 Mon Sep 17 00:00:00 2001 From: Sergei Antipov Date: Fri, 24 Jul 2015 11:52:21 +0600 Subject: [PATCH] Updated sysfs tasks --- meta/main.yml | 2 +- tasks/configure.yml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/meta/main.yml b/meta/main.yml index e42ac982..a16c4962 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,6 +1,6 @@ --- -version: 1.4.1 +version: 1.4.3 dependencies: [] galaxy_info: diff --git a/tasks/configure.yml b/tasks/configure.yml index ff035217..1f123a13 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -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