Commit 80107bd
committed
fix(plugins/bitwarden): make Display import optional for AnsiballZ compatibility
ansible.utils.display is not available when module_utils code runs
inside an AnsiballZ process (module context). Fall back to a no-op
display to avoid ModuleNotFoundError.1 parent 820a640 commit 80107bd
1 file changed
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
| |||
0 commit comments