diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-11-28 00:03:37 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-11-29 17:52:39 +0100 |
| commit | 2427127b814a85342b2279083eec60968554c53c (patch) | |
| tree | b1b5489f78d0634430893743dadb27d35a53f400 /molecule/raspberrypi | |
| parent | 5627a4ceabc73c90cf89a6dc8587c003f59415e2 (diff) | |
Add the minimal role to ensure which util/bin is installed on boot
Diffstat (limited to 'molecule/raspberrypi')
| -rw-r--r-- | molecule/raspberrypi/converge.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index 842aaac4..5034deea 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -49,4 +49,5 @@ - role: "vim" - role: "neomutt" - role: "password_store" + - role: "which" - role: "firefox" |
