diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-24 21:07:20 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-24 22:33:34 +0100 |
| commit | 9ffe47ba5a4f9cb4bcc295468968acec07ecd8a6 (patch) | |
| tree | 7148f5ecbc9b1d79034c10c7d68599cd9c3e8170 /roles/nvidia/handlers | |
| parent | e1acbb9225197f3910fb3a84009773564c47297f (diff) | |
Rename nvidia role to nvidia_gtx1060
Diffstat (limited to 'roles/nvidia/handlers')
| -rw-r--r-- | roles/nvidia/handlers/main.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/nvidia/handlers/main.yml b/roles/nvidia/handlers/main.yml deleted file mode 100644 index 67408c79..00000000 --- a/roles/nvidia/handlers/main.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -- name: "Rebuild initramfs" - become: true - ansible.builtin.command: - cmd: "mkinitcpio -P" - changed_when: true |
