linux-system-roles / vpn

Role for managing VPN/IPSec
https://linux-system-roles.github.io/vpn/
MIT License
8 stars 15 forks source link

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

Closed richm closed 10 months ago

richm commented 10 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