linux-system-roles / nbde_client

Ansible role for configuring Network Bound Disk Encryption clients (e.g. clevis)
https://linux-system-roles.github.io/nbde_client/
MIT License
14 stars 24 forks source link

Add test for the include variable problem #12

Closed pcahyna closed 4 years ago

pcahyna commented 4 years ago

tests the problem that #9 fixed - if a caller role has the same variable files as this role expects, they can take precedence and yield unexpected results. This is before the fix, so the test should fail.

pcahyna commented 4 years ago

closing, I used it only to show the test failure