linux-system-roles / kernel_settings

Role to use to set kernel tuning parameters
https://linux-system-roles.github.io/kernel_settings/
Other
23 stars 22 forks source link

refactor: get_ostree_data.sh use env shebang - remove from .sanity* #184

Closed richm closed 12 months ago

richm commented 12 months ago

Use the #!/usr/bin/env bash shebang which is ansible-test friendly. This means we can remove get_ostree_data.sh from the .sanity files. This also means we can remove the .sanity files if we do not need them otherwise.

Rename pth to path in honor of nscott

Signed-off-by: Rich Megginson rmeggins@redhat.com