Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unixPB: adds become: true to all kernel config related tasks #3754

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@
mode: 0644
owner: root
group: wheel
become: true
tags:
- kernel_tuning

Expand All @@ -222,6 +223,7 @@
kern.sysv.shmmax=125839605760
kern.sysv.shmall=30722560
register: kernel
become: true
tags:
- kernel_tuning

Expand All @@ -232,6 +234,7 @@
mode: 0774
owner: root
group: staff
become: true
tags:
- core_dumps

Expand All @@ -240,6 +243,7 @@
reboot:
reboot_timeout: 3600
when: kernel.changed
become: true
tags:
- kernel_tuning
- skip_ansible_lint
Loading