diff options
| author | spmfox <spmfox@foxwd.com> | 2025-09-07 14:14:30 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2025-09-07 14:14:30 -0400 |
| commit | dffc9ae4f09c25fbd33c83bf79cdb5d30250764a (patch) | |
| tree | 00184c4142668f63039dd3d01041f87b28e3d243 /roles/host/handlers | |
| parent | 195a7f474b7e838bb129fee4cff71c26c473f2a0 (diff) | |
adding udev rules
Diffstat (limited to 'roles/host/handlers')
| -rw-r--r-- | roles/host/handlers/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/host/handlers/main.yml b/roles/host/handlers/main.yml index be0a24f..176bbac 100644 --- a/roles/host/handlers/main.yml +++ b/roles/host/handlers/main.yml @@ -2,3 +2,6 @@ ansible.builtin.service: name: "sshd" state: "restarted" + +- name: Reload udev rules + ansible.builtin.shell: "udevadm control --reload-rules && udevadm trigger" |
