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/tasks/main.yml | |
| parent | 195a7f474b7e838bb129fee4cff71c26c473f2a0 (diff) | |
adding udev rules
Diffstat (limited to 'roles/host/tasks/main.yml')
| -rw-r--r-- | roles/host/tasks/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/host/tasks/main.yml b/roles/host/tasks/main.yml index b68c57e..e378cd7 100644 --- a/roles/host/tasks/main.yml +++ b/roles/host/tasks/main.yml @@ -32,5 +32,8 @@ - ansible.builtin.import_tasks: selinux.yml when: host_selinux is defined +- ansible.builtin.import_tasks: udev-rules.yml + when: host_udev_rules is defined + - ansible.builtin.import_tasks: cpanel-dnsonly.yml when: host_cpanel_installed | bool |
