Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unixPB: adds
become: true
to all kernel config related tasks
in macos, touching `/etc/sysctl.conf`, puting content in it or rebooting system is what needs scallated priviledge because most of the time ansible user does not have enought authority to do system changes and need to use sudo. Adding `become: true` guarantee that ansible will not fail due to priviledge issue. Signed-off-by: [email protected]
- Loading branch information