linux-system-roles / certificate

Role for managing TLS/SSL certificate issuance and renewal
https://linux-system-roles.github.io/certificate/
MIT License
30 stars 20 forks source link

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

Closed richm closed 7 months ago

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