linux-system-roles / network

An ansible role to configure networking
https://linux-system-roles.github.io/network/
BSD 3-Clause "New" or "Revised" License
233 stars 106 forks source link

ci: ansible-lint action now requires absolute directory #699

Closed richm closed 3 months ago

richm commented 3 months ago

the change made for https://github.com/ansible/ansible-lint/commit/b4018c22f8fe8371bd6845d0cd62cebea54ce012 means that ansible-lint now needs an absolute path for the working directory

Go ahead and make ansible-test use absolute path too just in case they decide to make the same change.

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