Skip to content

sysctl --system #512

Open
Open
@drbree82

Description

@drbree82
SUMMARY
ISSUE TYPE
  • Feature Idea
COMPONENT NAME

ansible.posix.sysctl

ADDITIONAL INFORMATION

running a shell command of

sysctl --system

can't be called using the module. Currently the only way to reload sysctl is to run

reload: yes

against every sysctl module.
Being able to do a general reload would be preferable to having to run shell or cmd calls.

- name: Reload sysctl config
  ansible.posix.sysctl:
    state: present
    reload: yes

Metadata

Metadata

Assignees

No one assigned

    Labels

    has_prverifiedThis issue has been verified/reproduced by maintainer

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions