linux-system-roles / storage

Ansible role for linux storage management
https://linux-system-roles.github.io/storage/
MIT License
99 stars 55 forks source link

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

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